Html Css Color HEX #C412CA Deep Magenta

📋 copy color: '#C412CA'

red 196 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #C412CA

Tints of Deep Magenta #C412CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 47.12%
G = 4.33%
B = 48.56%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C412CA (or 0xC412CA) is known color: Deep Magenta. HEX triplet: C4, 12 and CA. RGB value is (196,18,202). Sum of RGB (Red+Green+Blue) = 196+18+202=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C412CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412CA is #3BED35. Grayscale: #5B5B5B. Windows color (decimal): -3927350 or 13243076. OLE color: 13243076.

HSL color Cylindrical-coordinate representation of color #C412CA: hue angle of 298.04º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412CA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 18 202 -
CMYK 0.03 0.91 0 0.21
HSL 298.04º 0.84% 0.43% -
HSV(B) 298.04º 0.91% 0.79% -
XYZ 33.64 16.43 57.28 -
YUV 92.2 189.97 202.04 -
System Red Green Blue C M Y K H S L
Decimal 196 18 202 0.03 0.91 0 0.21 298.04 0.84 0.43
Hex C4 12 CA 3 5B 0 15 12A 54 2B
Octal 304 22 312 3 133 0 25 452 124 53
Binary 11000100 10010 11001010 11 1011011 0 10101 100101010 1010100 101011

Color Harmonies of #C412CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412CA

Black with #C412CA

Text Example


Text Example

White with #C412CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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