Html Css Color HEX #C423BE Deep Magenta

📋 copy color: '#C423BE'

red 196 ◦ green 35 ◦ blue 190

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

Shades of Deep Magenta #C423BE

Tints of Deep Magenta #C423BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 46.56%
G = 8.31%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C423BE (or 0xC423BE) is known color: Deep Magenta. HEX triplet: C4, 23 and BE. RGB value is (196,35,190). Sum of RGB (Red+Green+Blue) = 196+35+190=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C423BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423BE is #3BDC41. Grayscale: #646464. Windows color (decimal): -3923010 or 12460996. OLE color: 12460996.

HSL color Cylindrical-coordinate representation of color #C423BE: hue angle of 302.24º degrees, saturation: 0.7, 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 #C423BE is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 190 -
CMYK 0 0.82 0.03 0.23
HSL 302.24º 0.7% 0.45% -
HSV(B) 302.24º 0.82% 0.77% -
XYZ 32.66 16.66 50.21 -
YUV 100.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 196 35 190 0 0.82 0.03 0.23 302.24 0.7 0.45
Hex C4 23 BE 0 52 3 17 12E 46 2D
Octal 304 43 276 0 122 3 27 456 106 55
Binary 11000100 100011 10111110 0 1010010 11 10111 100101110 1000110 101101

Color Harmonies of #C423BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423BE

Black with #C423BE

Text Example


Text Example

White with #C423BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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