Html Css Color HEX #C423CF Deep Magenta

📋 copy color: '#C423CF'

red 196 ◦ green 35 ◦ blue 207

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

Shades of Deep Magenta #C423CF

Tints of Deep Magenta #C423CF

RGB

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

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

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

R = 44.75%
G = 7.99%
B = 47.26%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C423CF (or 0xC423CF) is known color: Deep Magenta. HEX triplet: C4, 23 and CF. RGB value is (196,35,207). Sum of RGB (Red+Green+Blue) = 196+35+207=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #C423CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423CF is #3BDC30. Grayscale: #666666. Windows color (decimal): -3922993 or 13575108. OLE color: 13575108.

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

Color convert

RGB 196 35 207 -
CMYK 0.05 0.83 0 0.19
HSL 296.16º 0.71% 0.47% -
HSV(B) 296.16º 0.83% 0.81% -
XYZ 34.63 17.44 60.57 -
YUV 102.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 196 35 207 0.05 0.83 0 0.19 296.16 0.71 0.47
Hex C4 23 CF 5 53 0 13 128 47 2F
Octal 304 43 317 5 123 0 23 450 107 57
Binary 11000100 100011 11001111 101 1010011 0 10011 100101000 1000111 101111

Color Harmonies of #C423CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423CF

Black with #C423CF

Text Example


Text Example

White with #C423CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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