Html Css Color HEX #C42FFC Electric Purple

📋 copy color: '#C42FFC'

red 196 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #C42FFC

Tints of Electric Purple #C42FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.49%

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

R = 39.6%
G = 9.49%
B = 50.91%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C42FFC (or 0xC42FFC) is known color: Electric Purple. HEX triplet: C4, 2F and FC. RGB value is (196,47,252). Sum of RGB (Red+Green+Blue) = 196+47+252=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #C42FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FFC is #3BD003. Grayscale: #727272. Windows color (decimal): -3919876 or 16527300. OLE color: 16527300.

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

Color convert

RGB 196 47 252 -
CMYK 0.22 0.81 0 0.01
HSL 283.61º 0.97% 0.59% -
HSV(B) 283.61º 0.81% 0.99% -
XYZ 41.35 20.8 93.93 -
YUV 114.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 196 47 252 0.22 0.81 0 0.01 283.61 0.97 0.59
Hex C4 2F FC 16 51 0 1 11C 61 3B
Octal 304 57 374 26 121 0 1 434 141 73
Binary 11000100 101111 11111100 10110 1010001 0 1 100011100 1100001 111011

Color Harmonies of #C42FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FFC

Black with #C42FFC

Text Example


Text Example

White with #C42FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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