Html Css Color HEX #CC1FCD Deep Magenta

📋 copy color: '#CC1FCD'

red 204 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #CC1FCD

Tints of Deep Magenta #CC1FCD

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CC1FCD: hue angle of 299.66º 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 #CC1FCD is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

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

Color Harmonies of #CC1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FCD

Black with #CC1FCD

Text Example


Text Example

White with #CC1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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