Html Css Color HEX #CB08CC Deep Magenta

📋 copy color: '#CB08CC'

red 203 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #CB08CC

Tints of Deep Magenta #CB08CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 48.92%
G = 1.93%
B = 49.16%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB08CC (or 0xCB08CC) is known color: Deep Magenta. HEX triplet: CB, 08 and CC. RGB value is (203,8,204). Sum of RGB (Red+Green+Blue) = 203+8+204=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08CC is #34F733. Grayscale: #585858. Windows color (decimal): -3471156 or 13371595. OLE color: 13371595.

HSL color Cylindrical-coordinate representation of color #CB08CC: hue angle of 299.69º 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 #CB08CC is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 8 204 -
CMYK 0.00 0.96 0 0.2
HSL 299.69º 0.92% 0.42% -
HSV(B) 299.69º 0.96% 0.8% -
XYZ 35.61 17.23 58.58 -
YUV 88.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 203 8 204 0.00 0.96 0 0.2 299.69 0.92 0.42
Hex CB 8 CC 0 60 0 14 12C 5C 2A
Octal 313 10 314 0 140 0 24 454 134 52
Binary 11001011 1000 11001100 0 1100000 0 10100 100101100 1011100 101010

Color Harmonies of #CB08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB08CC

Black with #CB08CC

Text Example


Text Example

White with #CB08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB08CC; }

 p { color: rgb(203,8,204); }

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

background-color css

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

 a { background-color: rgb(203,8,204); }

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

border-color css

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

 span { border-color: rgb(203,8,204); }

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