Html Css Color HEX #C413CA Deep Magenta

📋 copy color: '#C413CA'

red 196 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #C413CA

Tints of Deep Magenta #C413CA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.56%

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

R = 47%
G = 4.56%
B = 48.44%

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

#C413CA (or 0xC413CA) is known color: Deep Magenta. HEX triplet: C4, 13 and CA. RGB value is (196,19,202). Sum of RGB (Red+Green+Blue) = 196+19+202=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #C413CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413CA is #3BEC35. Grayscale: #5C5C5C. Windows color (decimal): -3927094 or 13243332. OLE color: 13243332.

HSL color Cylindrical-coordinate representation of color #C413CA: hue angle of 298.03º degrees, saturation: 0.83, 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 #C413CA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 19 202 -
CMYK 0.03 0.91 0 0.21
HSL 298.03º 0.83% 0.43% -
HSV(B) 298.03º 0.91% 0.79% -
XYZ 33.66 16.47 57.28 -
YUV 92.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 196 19 202 0.03 0.91 0 0.21 298.03 0.83 0.43
Hex C4 13 CA 3 5B 0 15 12A 53 2B
Octal 304 23 312 3 133 0 25 452 123 53
Binary 11000100 10011 11001010 11 1011011 0 10101 100101010 1010011 101011

Color Harmonies of #C413CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413CA

Black with #C413CA

Text Example


Text Example

White with #C413CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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