Html Css Color HEX #C42CFC Electric Purple

📋 copy color: '#C42CFC'

red 196 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #C42CFC

Tints of Electric Purple #C42CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.94%

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 39.84%
G = 8.94%
B = 51.22%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C42CFC (or 0xC42CFC) is known color: Electric Purple. HEX triplet: C4, 2C and FC. RGB value is (196,44,252). Sum of RGB (Red+Green+Blue) = 196+44+252=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C42CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CFC is #3BD303. Grayscale: #707070. Windows color (decimal): -3920644 or 16526532. OLE color: 16526532.

HSL color Cylindrical-coordinate representation of color #C42CFC: hue angle of 283.85º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42CFC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 44 252 -
CMYK 0.22 0.83 0 0.01
HSL 283.85º 0.97% 0.58% -
HSV(B) 283.85º 0.83% 0.99% -
XYZ 41.24 20.57 93.89 -
YUV 113.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 196 44 252 0.22 0.83 0 0.01 283.85 0.97 0.58
Hex C4 2C FC 16 53 0 1 11C 61 3A
Octal 304 54 374 26 123 0 1 434 141 72
Binary 11000100 101100 11111100 10110 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C42CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CFC

Black with #C42CFC

Text Example


Text Example

White with #C42CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CFC; }

 p { color: rgb(196,44,252); }

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

background-color css

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

 a { background-color: rgb(196,44,252); }

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

border-color css

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

 span { border-color: rgb(196,44,252); }

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