Html Css Color HEX #CD1FCC Deep Magenta

📋 copy color: '#CD1FCC'

red 205 ◦ green 31 ◦ blue 204

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

Shades of Deep Magenta #CD1FCC

Tints of Deep Magenta #CD1FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.05%

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

R = 46.59%
G = 7.05%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD1FCC (or 0xCD1FCC) is known color: Deep Magenta. HEX triplet: CD, 1F and CC. RGB value is (205,31,204). Sum of RGB (Red+Green+Blue) = 205+31+204=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1FCC is #32E033. Grayscale: #666666. Windows color (decimal): -3334196 or 13377485. OLE color: 13377485.

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

Color convert

RGB 205 31 204 -
CMYK 0 0.85 0.00 0.20
HSL 300.34º 0.74% 0.46% -
HSV(B) 300.34º 0.85% 0.8% -
XYZ 36.57 18.32 58.74 -
YUV 102.75 185.15 200.93 -
System Red Green Blue C M Y K H S L
Decimal 205 31 204 0 0.85 0.00 0.20 300.34 0.74 0.46
Hex CD 1F CC 0 55 0 14 12C 4A 2E
Octal 315 37 314 0 125 0 24 454 112 56
Binary 11001101 11111 11001100 0 1010101 0 10100 100101100 1001010 101110

Color Harmonies of #CD1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1FCC

Black with #CD1FCC

Text Example


Text Example

White with #CD1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1FCC; }

 p { color: rgb(205,31,204); }

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

background-color css

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

 a { background-color: rgb(205,31,204); }

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

border-color css

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

 span { border-color: rgb(205,31,204); }

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