Html Css Color HEX #CB01CC Deep Magenta

📋 copy color: '#CB01CC'

red 203 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #CB01CC

Tints of Deep Magenta #CB01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 49.75%
G = 0.25%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB01CC (or 0xCB01CC) is known color: Deep Magenta. HEX triplet: CB, 01 and CC. RGB value is (203,1,204). Sum of RGB (Red+Green+Blue) = 203+1+204=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01CC is #34FE33. Grayscale: #535353. Windows color (decimal): -3472948 or 13369803. OLE color: 13369803.

HSL color Cylindrical-coordinate representation of color #CB01CC: hue angle of 299.7º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01CC is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 1 204 -
CMYK 0.00 1.00 0 0.2
HSL 299.7º 0.99% 0.4% -
HSV(B) 299.7º 1% 0.8% -
XYZ 35.54 17.08 58.55 -
YUV 84.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 203 1 204 0.00 1.00 0 0.2 299.7 0.99 0.4
Hex CB 1 CC 0 64 0 14 12C 63 28
Octal 313 1 314 0 144 0 24 454 143 50
Binary 11001011 1 11001100 0 1100100 0 10100 100101100 1100011 101000

Color Harmonies of #CB01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01CC

Black with #CB01CC

Text Example


Text Example

White with #CB01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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