Html Css Color HEX #C412CC Deep Magenta

📋 copy color: '#C412CC'

red 196 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #C412CC

Tints of Deep Magenta #C412CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

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

R = 46.89%
G = 4.31%
B = 48.8%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C412CC (or 0xC412CC) is known color: Deep Magenta. HEX triplet: C4, 12 and CC. RGB value is (196,18,204). Sum of RGB (Red+Green+Blue) = 196+18+204=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C412CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412CC is #3BED33. Grayscale: #5B5B5B. Windows color (decimal): -3927348 or 13374148. OLE color: 13374148.

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

Color convert

RGB 196 18 204 -
CMYK 0.04 0.91 0 0.2
HSL 297.42º 0.84% 0.44% -
HSV(B) 297.42º 0.91% 0.8% -
XYZ 33.88 16.53 58.53 -
YUV 92.43 190.97 201.88 -
System Red Green Blue C M Y K H S L
Decimal 196 18 204 0.04 0.91 0 0.2 297.42 0.84 0.44
Hex C4 12 CC 4 5B 0 14 129 54 2C
Octal 304 22 314 4 133 0 24 451 124 54
Binary 11000100 10010 11001100 100 1011011 0 10100 100101001 1010100 101100

Color Harmonies of #C412CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412CC

Black with #C412CC

Text Example


Text Example

White with #C412CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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