Html Css Color HEX #C427CF Deep Magenta

📋 copy color: '#C427CF'

red 196 ◦ green 39 ◦ blue 207

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

Shades of Deep Magenta #C427CF

Tints of Deep Magenta #C427CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.82%

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

R = 44.34%
G = 8.82%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C427CF (or 0xC427CF) is known color: Deep Magenta. HEX triplet: C4, 27 and CF. RGB value is (196,39,207). Sum of RGB (Red+Green+Blue) = 196+39+207=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C427CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427CF is #3BD830. Grayscale: #686868. Windows color (decimal): -3921969 or 13576132. OLE color: 13576132.

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

Color convert

RGB 196 39 207 -
CMYK 0.05 0.81 0 0.19
HSL 296.07º 0.68% 0.48% -
HSV(B) 296.07º 0.81% 0.81% -
XYZ 34.75 17.69 60.61 -
YUV 105.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 196 39 207 0.05 0.81 0 0.19 296.07 0.68 0.48
Hex C4 27 CF 5 51 0 13 128 44 30
Octal 304 47 317 5 121 0 23 450 104 60
Binary 11000100 100111 11001111 101 1010001 0 10011 100101000 1000100 110000

Color Harmonies of #C427CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427CF

Black with #C427CF

Text Example


Text Example

White with #C427CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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