Html Css Color HEX #CB0AB6 Deep Magenta

📋 copy color: '#CB0AB6'

red 203 ◦ green 10 ◦ blue 182

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

Shades of Deep Magenta #CB0AB6

Tints of Deep Magenta #CB0AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.53%

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 51.39%
G = 2.53%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB0AB6 (or 0xCB0AB6) is known color: Deep Magenta. HEX triplet: CB, 0A and B6. RGB value is (203,10,182). Sum of RGB (Red+Green+Blue) = 203+10+182=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0AB6 is #34F549. Grayscale: #565656. Windows color (decimal): -3470666 or 11930315. OLE color: 11930315.

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

Color convert

RGB 203 10 182 -
CMYK 0 0.95 0.10 0.20
HSL 306.53º 0.91% 0.42% -
HSV(B) 306.53º 0.95% 0.8% -
XYZ 33.18 16.29 45.65 -
YUV 87.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 203 10 182 0 0.95 0.10 0.20 306.53 0.91 0.42
Hex CB A B6 0 5F A 14 133 5B 2A
Octal 313 12 266 0 137 12 24 463 133 52
Binary 11001011 1010 10110110 0 1011111 1010 10100 100110011 1011011 101010

Color Harmonies of #CB0AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0AB6

Black with #CB0AB6

Text Example


Text Example

White with #CB0AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0AB6; }

 p { color: rgb(203,10,182); }

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

background-color css

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

 a { background-color: rgb(203,10,182); }

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

border-color css

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

 span { border-color: rgb(203,10,182); }

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