Html Css Color HEX #CD1CCB Deep Magenta

📋 copy color: '#CD1CCB'

red 205 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #CD1CCB

Tints of Deep Magenta #CD1CCB

RGB

 RED value IS 205 (80.47% from 255) = 47.02%

 GREEN value IS 28 (11.33% from 255) = 6.42%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 47.02%
G = 6.42%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD1CCB (or 0xCD1CCB) is known color: Deep Magenta. HEX triplet: CD, 1C and CB. RGB value is (205,28,203). Sum of RGB (Red+Green+Blue) = 205+28+203=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CCB is #32E334. Grayscale: #646464. Windows color (decimal): -3334965 or 13311181. OLE color: 13311181.

HSL color Cylindrical-coordinate representation of color #CD1CCB: hue angle of 300.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1CCB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 203 -
CMYK 0 0.86 0.01 0.20
HSL 300.68º 0.76% 0.46% -
HSV(B) 300.68º 0.86% 0.8% -
XYZ 36.37 18.12 58.08 -
YUV 100.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 205 28 203 0 0.86 0.01 0.20 300.68 0.76 0.46
Hex CD 1C CB 0 56 1 14 12D 4C 2E
Octal 315 34 313 0 126 1 24 455 114 56
Binary 11001101 11100 11001011 0 1010110 1 10100 100101101 1001100 101110

Color Harmonies of #CD1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CCB

Black with #CD1CCB

Text Example


Text Example

White with #CD1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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