Html Css Color HEX #C423CA Deep Magenta

📋 copy color: '#C423CA'

red 196 ◦ green 35 ◦ blue 202

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

Shades of Deep Magenta #C423CA

Tints of Deep Magenta #C423CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.08%

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

R = 45.27%
G = 8.08%
B = 46.65%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C423CA (or 0xC423CA) is known color: Deep Magenta. HEX triplet: C4, 23 and CA. RGB value is (196,35,202). Sum of RGB (Red+Green+Blue) = 196+35+202=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #C423CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423CA is #3BDC35. Grayscale: #656565. Windows color (decimal): -3922998 or 13247428. OLE color: 13247428.

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

Color convert

RGB 196 35 202 -
CMYK 0.03 0.83 0 0.21
HSL 297.84º 0.7% 0.46% -
HSV(B) 297.84º 0.83% 0.79% -
XYZ 34.03 17.2 57.4 -
YUV 102.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 196 35 202 0.03 0.83 0 0.21 297.84 0.7 0.46
Hex C4 23 CA 3 53 0 15 12A 46 2E
Octal 304 43 312 3 123 0 25 452 106 56
Binary 11000100 100011 11001010 11 1010011 0 10101 100101010 1000110 101110

Color Harmonies of #C423CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423CA

Black with #C423CA

Text Example


Text Example

White with #C423CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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