Html Css Color HEX #CB03CC Deep Magenta

📋 copy color: '#CB03CC'

red 203 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #CB03CC

Tints of Deep Magenta #CB03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

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

R = 49.51%
G = 0.73%
B = 49.76%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB03CC (or 0xCB03CC) is known color: Deep Magenta. HEX triplet: CB, 03 and CC. RGB value is (203,3,204). Sum of RGB (Red+Green+Blue) = 203+3+204=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03CC is #34FC33. Grayscale: #555555. Windows color (decimal): -3472436 or 13370315. OLE color: 13370315.

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

Color convert

RGB 203 3 204 -
CMYK 0.00 0.99 0 0.2
HSL 299.7º 0.97% 0.41% -
HSV(B) 299.7º 0.99% 0.8% -
XYZ 35.56 17.12 58.56 -
YUV 85.71 194.76 211.66 -
System Red Green Blue C M Y K H S L
Decimal 203 3 204 0.00 0.99 0 0.2 299.7 0.97 0.41
Hex CB 3 CC 0 63 0 14 12C 61 29
Octal 313 3 314 0 143 0 24 454 141 51
Binary 11001011 11 11001100 0 1100011 0 10100 100101100 1100001 101001

Color Harmonies of #CB03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB03CC

Black with #CB03CC

Text Example


Text Example

White with #CB03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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