Html Css Color HEX #C42AFC Electric Purple

📋 copy color: '#C42AFC'

red 196 ◦ green 42 ◦ blue 252

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

Shades of Electric Purple #C42AFC

Tints of Electric Purple #C42AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.57%

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

R = 40%
G = 8.57%
B = 51.43%

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

#C42AFC (or 0xC42AFC) is known color: Electric Purple. HEX triplet: C4, 2A and FC. RGB value is (196,42,252). Sum of RGB (Red+Green+Blue) = 196+42+252=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C42AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AFC is #3BD503. Grayscale: #6F6F6F. Windows color (decimal): -3921156 or 16526020. OLE color: 16526020.

HSL color Cylindrical-coordinate representation of color #C42AFC: hue angle of 284º 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 #C42AFC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 42 252 -
CMYK 0.22 0.83 0 0.01
HSL 284º 0.97% 0.58% -
HSV(B) 284º 0.83% 0.99% -
XYZ 41.16 20.42 93.87 -
YUV 111.99 207.02 187.92 -
System Red Green Blue C M Y K H S L
Decimal 196 42 252 0.22 0.83 0 0.01 284 0.97 0.58
Hex C4 2A FC 16 53 0 1 11C 61 3A
Octal 304 52 374 26 123 0 1 434 141 72
Binary 11000100 101010 11111100 10110 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C42AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AFC

Black with #C42AFC

Text Example


Text Example

White with #C42AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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