Html Css Color HEX #C425CA Deep Magenta

📋 copy color: '#C425CA'

red 196 ◦ green 37 ◦ blue 202

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

Shades of Deep Magenta #C425CA

Tints of Deep Magenta #C425CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.51%

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

R = 45.06%
G = 8.51%
B = 46.44%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C425CA (or 0xC425CA) is known color: Deep Magenta. HEX triplet: C4, 25 and CA. RGB value is (196,37,202). Sum of RGB (Red+Green+Blue) = 196+37+202=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #C425CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425CA is #3BDA35. Grayscale: #666666. Windows color (decimal): -3922486 or 13247940. OLE color: 13247940.

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

Color convert

RGB 196 37 202 -
CMYK 0.03 0.82 0 0.21
HSL 297.82º 0.69% 0.47% -
HSV(B) 297.82º 0.82% 0.79% -
XYZ 34.09 17.32 57.42 -
YUV 103.35 183.68 194.08 -
System Red Green Blue C M Y K H S L
Decimal 196 37 202 0.03 0.82 0 0.21 297.82 0.69 0.47
Hex C4 25 CA 3 52 0 15 12A 45 2F
Octal 304 45 312 3 122 0 25 452 105 57
Binary 11000100 100101 11001010 11 1010010 0 10101 100101010 1000101 101111

Color Harmonies of #C425CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425CA

Black with #C425CA

Text Example


Text Example

White with #C425CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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