Html Css Color HEX #CB05CD Deep Magenta

📋 copy color: '#CB05CD'

red 203 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #CB05CD

Tints of Deep Magenta #CB05CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 49.15%
G = 1.21%
B = 49.64%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB05CD (or 0xCB05CD) is known color: Deep Magenta. HEX triplet: CB, 05 and CD. RGB value is (203,5,205). Sum of RGB (Red+Green+Blue) = 203+5+205=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05CD is #34FA32. Grayscale: #565656. Windows color (decimal): -3471923 or 13436363. OLE color: 13436363.

HSL color Cylindrical-coordinate representation of color #CB05CD: hue angle of 299.4º degrees, saturation: 0.95, 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 #CB05CD is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 205 -
CMYK 0.01 0.98 0 0.20
HSL 299.4º 0.95% 0.41% -
HSV(B) 299.4º 0.98% 0.8% -
XYZ 35.7 17.21 59.2 -
YUV 87 194.6 210.74 -
System Red Green Blue C M Y K H S L
Decimal 203 5 205 0.01 0.98 0 0.20 299.4 0.95 0.41
Hex CB 5 CD 1 62 0 14 12B 5F 29
Octal 313 5 315 1 142 0 24 453 137 51
Binary 11001011 101 11001101 1 1100010 0 10100 100101011 1011111 101001

Color Harmonies of #CB05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB05CD

Black with #CB05CD

Text Example


Text Example

White with #CB05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB05CD; }

 p { color: rgb(203,5,205); }

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

background-color css

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

 a { background-color: rgb(203,5,205); }

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

border-color css

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

 span { border-color: rgb(203,5,205); }

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