Html Css Color HEX #C425CE Deep Magenta

📋 copy color: '#C425CE'

red 196 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #C425CE

Tints of Deep Magenta #C425CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 44.65%
G = 8.43%
B = 46.92%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C425CE (or 0xC425CE) is known color: Deep Magenta. HEX triplet: C4, 25 and CE. RGB value is (196,37,206). Sum of RGB (Red+Green+Blue) = 196+37+206=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C425CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425CE is #3BDA31. Grayscale: #676767. Windows color (decimal): -3922482 or 13510084. OLE color: 13510084.

HSL color Cylindrical-coordinate representation of color #C425CE: hue angle of 296.45º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C425CE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 37 206 -
CMYK 0.05 0.82 0 0.19
HSL 296.45º 0.7% 0.48% -
HSV(B) 296.45º 0.82% 0.81% -
XYZ 34.57 17.52 59.95 -
YUV 103.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 196 37 206 0.05 0.82 0 0.19 296.45 0.7 0.48
Hex C4 25 CE 5 52 0 13 128 46 30
Octal 304 45 316 5 122 0 23 450 106 60
Binary 11000100 100101 11001110 101 1010010 0 10011 100101000 1000110 110000

Color Harmonies of #C425CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425CE

Black with #C425CE

Text Example


Text Example

White with #C425CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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