Html Css Color HEX #CB04CC Deep Magenta

📋 copy color: '#CB04CC'

red 203 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #CB04CC

Tints of Deep Magenta #CB04CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 49.39%
G = 0.97%
B = 49.64%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB04CC (or 0xCB04CC) is known color: Deep Magenta. HEX triplet: CB, 04 and CC. RGB value is (203,4,204). Sum of RGB (Red+Green+Blue) = 203+4+204=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04CC is #34FB33. Grayscale: #555555. Windows color (decimal): -3472180 or 13370571. OLE color: 13370571.

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

Color convert

RGB 203 4 204 -
CMYK 0.00 0.98 0 0.2
HSL 299.7º 0.96% 0.41% -
HSV(B) 299.7º 0.98% 0.8% -
XYZ 35.57 17.14 58.56 -
YUV 86.3 194.43 211.24 -
System Red Green Blue C M Y K H S L
Decimal 203 4 204 0.00 0.98 0 0.2 299.7 0.96 0.41
Hex CB 4 CC 0 62 0 14 12C 60 29
Octal 313 4 314 0 142 0 24 454 140 51
Binary 11001011 100 11001100 0 1100010 0 10100 100101100 1100000 101001

Color Harmonies of #CB04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04CC

Black with #CB04CC

Text Example


Text Example

White with #CB04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB04CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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