Html Css Color HEX #C423BB Deep Magenta

📋 copy color: '#C423BB'

red 196 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #C423BB

Tints of Deep Magenta #C423BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 46.89%
G = 8.37%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C423BB (or 0xC423BB) is known color: Deep Magenta. HEX triplet: C4, 23 and BB. RGB value is (196,35,187). Sum of RGB (Red+Green+Blue) = 196+35+187=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C423BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423BB is #3BDC44. Grayscale: #646464. Windows color (decimal): -3923013 or 12264388. OLE color: 12264388.

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

Color convert

RGB 196 35 187 -
CMYK 0 0.82 0.05 0.23
HSL 303.35º 0.7% 0.45% -
HSV(B) 303.35º 0.82% 0.77% -
XYZ 32.34 16.53 48.5 -
YUV 100.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 196 35 187 0 0.82 0.05 0.23 303.35 0.7 0.45
Hex C4 23 BB 0 52 5 17 12F 46 2D
Octal 304 43 273 0 122 5 27 457 106 55
Binary 11000100 100011 10111011 0 1010010 101 10111 100101111 1000110 101101

Color Harmonies of #C423BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423BB

Black with #C423BB

Text Example


Text Example

White with #C423BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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