Html Css Color HEX #C424B9 Deep Magenta

📋 copy color: '#C424B9'

red 196 ◦ green 36 ◦ blue 185

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

Shades of Deep Magenta #C424B9

Tints of Deep Magenta #C424B9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.63%

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 47%
G = 8.63%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C424B9 (or 0xC424B9) is known color: Deep Magenta. HEX triplet: C4, 24 and B9. RGB value is (196,36,185). Sum of RGB (Red+Green+Blue) = 196+36+185=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C424B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424B9 is #3BDB46. Grayscale: #646464. Windows color (decimal): -3922759 or 12133572. OLE color: 12133572.

HSL color Cylindrical-coordinate representation of color #C424B9: hue angle of 304.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424B9 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 185 -
CMYK 0 0.82 0.06 0.23
HSL 304.13º 0.69% 0.45% -
HSV(B) 304.13º 0.82% 0.77% -
XYZ 32.15 16.5 47.39 -
YUV 100.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 196 36 185 0 0.82 0.06 0.23 304.13 0.69 0.45
Hex C4 24 B9 0 52 6 17 130 45 2D
Octal 304 44 271 0 122 6 27 460 105 55
Binary 11000100 100100 10111001 0 1010010 110 10111 100110000 1000101 101101

Color Harmonies of #C424B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424B9

Black with #C424B9

Text Example


Text Example

White with #C424B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424B9; }

 p { color: rgb(196,36,185); }

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

background-color css

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

 a { background-color: rgb(196,36,185); }

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

border-color css

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

 span { border-color: rgb(196,36,185); }

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