Html Css Color HEX #CB0996 Medium Violet Red

📋 copy color: '#CB0996'

red 203 ◦ green 9 ◦ blue 150

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

Shades of Medium Violet Red #CB0996

Tints of Medium Violet Red #CB0996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 56.08%
G = 2.49%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB0996 (or 0xCB0996) is known color: Medium Violet Red. HEX triplet: CB, 09 and 96. RGB value is (203,9,150). Sum of RGB (Red+Green+Blue) = 203+9+150=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0996 is #34F669. Grayscale: #525252. Windows color (decimal): -3470954 or 9832907. OLE color: 9832907.

HSL color Cylindrical-coordinate representation of color #CB0996: hue angle of 316.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0996 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 150 -
CMYK 0 0.96 0.26 0.20
HSL 316.39º 0.92% 0.42% -
HSV(B) 316.39º 0.96% 0.8% -
XYZ 30.23 15.09 30.17 -
YUV 83.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 203 9 150 0 0.96 0.26 0.20 316.39 0.92 0.42
Hex CB 9 96 0 60 1A 14 13C 5C 2A
Octal 313 11 226 0 140 32 24 474 134 52
Binary 11001011 1001 10010110 0 1100000 11010 10100 100111100 1011100 101010

Color Harmonies of #CB0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0996

Black with #CB0996

Text Example


Text Example

White with #CB0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0996; }

 p { color: rgb(203,9,150); }

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

background-color css

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

 a { background-color: rgb(203,9,150); }

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

border-color css

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

 span { border-color: rgb(203,9,150); }

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