Html Css Color HEX #C423BF Deep Magenta

📋 copy color: '#C423BF'

red 196 ◦ green 35 ◦ blue 191

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

Shades of Deep Magenta #C423BF

Tints of Deep Magenta #C423BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 46.45%
G = 8.29%
B = 45.26%

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

#C423BF (or 0xC423BF) is known color: Deep Magenta. HEX triplet: C4, 23 and BF. RGB value is (196,35,191). Sum of RGB (Red+Green+Blue) = 196+35+191=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C423BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423BF is #3BDC40. Grayscale: #646464. Windows color (decimal): -3923009 or 12526532. OLE color: 12526532.

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

Color convert

RGB 196 35 191 -
CMYK 0 0.82 0.03 0.23
HSL 301.86º 0.7% 0.45% -
HSV(B) 301.86º 0.82% 0.77% -
XYZ 32.77 16.7 50.79 -
YUV 100.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 196 35 191 0 0.82 0.03 0.23 301.86 0.7 0.45
Hex C4 23 BF 0 52 3 17 12E 46 2D
Octal 304 43 277 0 122 3 27 456 106 55
Binary 11000100 100011 10111111 0 1010010 11 10111 100101110 1000110 101101

Color Harmonies of #C423BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423BF

Black with #C423BF

Text Example


Text Example

White with #C423BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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