Html Css Color HEX #C417CC Deep Magenta

📋 copy color: '#C417CC'

red 196 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #C417CC

Tints of Deep Magenta #C417CC

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

 GREEN value IS 23 (9.38% from 255) = 5.44%

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

R = 46.34%
G = 5.44%
B = 48.23%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C417CC (or 0xC417CC) is known color: Deep Magenta. HEX triplet: C4, 17 and CC. RGB value is (196,23,204). Sum of RGB (Red+Green+Blue) = 196+23+204=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C417CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C417CC is #3BE833. Grayscale: #5E5E5E. Windows color (decimal): -3926068 or 13375428. OLE color: 13375428.

HSL color Cylindrical-coordinate representation of color #C417CC: hue angle of 297.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C417CC is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 23 204 -
CMYK 0.04 0.89 0 0.2
HSL 297.35º 0.8% 0.45% -
HSV(B) 297.35º 0.89% 0.8% -
XYZ 33.97 16.71 58.56 -
YUV 95.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 196 23 204 0.04 0.89 0 0.2 297.35 0.8 0.45
Hex C4 17 CC 4 59 0 14 129 50 2D
Octal 304 27 314 4 131 0 24 451 120 55
Binary 11000100 10111 11001100 100 1011001 0 10100 100101001 1010000 101101

Color Harmonies of #C417CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C417CC

Black with #C417CC

Text Example


Text Example

White with #C417CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C417CC; }

 p { color: rgb(196,23,204); }

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

background-color css

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

 a { background-color: rgb(196,23,204); }

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

border-color css

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

 span { border-color: rgb(196,23,204); }

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