Html Css Color HEX #CB1498 Medium Violet Red

📋 copy color: '#CB1498'

red 203 ◦ green 20 ◦ blue 152

#CB1498
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CB1498

Tints of Medium Violet Red #CB1498

RGB

 RED value IS 203 (79.69% from 255) = 54.13%

 GREEN value IS 20 (8.2% from 255) = 5.33%

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 54.13%
G = 5.33%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB1498 (or 0xCB1498) is known color: Medium Violet Red. HEX triplet: CB, 14 and 98. RGB value is (203,20,152). Sum of RGB (Red+Green+Blue) = 203+20+152=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1498 is #34EB67. Grayscale: #595959. Windows color (decimal): -3468136 or 9966795. OLE color: 9966795.

HSL color Cylindrical-coordinate representation of color #CB1498: hue angle of 316.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1498 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 152 -
CMYK 0 0.90 0.25 0.20
HSL 316.72º 0.82% 0.44% -
HSV(B) 316.72º 0.9% 0.8% -
XYZ 30.55 15.46 31.08 -
YUV 89.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 203 20 152 0 0.90 0.25 0.20 316.72 0.82 0.44
Hex CB 14 98 0 5A 19 14 13D 52 2C
Octal 313 24 230 0 132 31 24 475 122 54
Binary 11001011 10100 10011000 0 1011010 11001 10100 100111101 1010010 101100

Color Harmonies of #CB1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1498

Black with #CB1498

Text Example


Text Example

White with #CB1498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1498; }

 p { color: rgb(203,20,152); }

 H1.HeaderClassName
 {
   color: #CB1498;
 }
 .AnyTagClassName
 {
   color: #CB1498;
 }
</style>

background-color css

<style>
 a { background-color: #CB1498; }

 a { background-color: rgb(203,20,152); }

 div.DivClassName
 {
   background-color: #CB1498;
 }
 .BgClassName
 {
   background-color: #CB1498;
 }
</style>

border-color css

<style>
 span { border-color: #CB1498; }

 span { border-color: rgb(203,20,152); }

 td.TdClassName
 {
   border-color: #CB1498;
 }
 .TagClassName
 {
   border-color: #CB1498;
 }
</style>