Html Css Color HEX #C422CF Deep Magenta

📋 copy color: '#C422CF'

red 196 ◦ green 34 ◦ blue 207

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

Shades of Deep Magenta #C422CF

Tints of Deep Magenta #C422CF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.78%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 44.85%
G = 7.78%
B = 47.37%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C422CF (or 0xC422CF) is known color: Deep Magenta. HEX triplet: C4, 22 and CF. RGB value is (196,34,207). Sum of RGB (Red+Green+Blue) = 196+34+207=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #C422CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422CF is #3BDD30. Grayscale: #656565. Windows color (decimal): -3923249 or 13574852. OLE color: 13574852.

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

Color convert

RGB 196 34 207 -
CMYK 0.05 0.84 0 0.19
HSL 296.19º 0.72% 0.47% -
HSV(B) 296.19º 0.84% 0.81% -
XYZ 34.6 17.38 60.56 -
YUV 102.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 196 34 207 0.05 0.84 0 0.19 296.19 0.72 0.47
Hex C4 22 CF 5 54 0 13 128 48 2F
Octal 304 42 317 5 124 0 23 450 110 57
Binary 11000100 100010 11001111 101 1010100 0 10011 100101000 1001000 101111

Color Harmonies of #C422CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422CF

Black with #C422CF

Text Example


Text Example

White with #C422CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422CF; }

 p { color: rgb(196,34,207); }

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

background-color css

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

 a { background-color: rgb(196,34,207); }

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

border-color css

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

 span { border-color: rgb(196,34,207); }

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