Html Css Color HEX #C42FFD Electric Purple

📋 copy color: '#C42FFD'

red 196 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #C42FFD

Tints of Electric Purple #C42FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 39.52%
G = 9.48%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C42FFD (or 0xC42FFD) is known color: Electric Purple. HEX triplet: C4, 2F and FD. RGB value is (196,47,253). Sum of RGB (Red+Green+Blue) = 196+47+253=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C42FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FFD is #3BD002. Grayscale: #727272. Windows color (decimal): -3919875 or 16592836. OLE color: 16592836.

HSL color Cylindrical-coordinate representation of color #C42FFD: hue angle of 283.4º degrees, saturation: 0.98, 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 #C42FFD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 47 253 -
CMYK 0.23 0.81 0 0.01
HSL 283.4º 0.98% 0.59% -
HSV(B) 283.4º 0.81% 0.99% -
XYZ 41.51 20.86 94.77 -
YUV 115.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 196 47 253 0.23 0.81 0 0.01 283.4 0.98 0.59
Hex C4 2F FD 17 51 0 1 11B 62 3B
Octal 304 57 375 27 121 0 1 433 142 73
Binary 11000100 101111 11111101 10111 1010001 0 1 100011011 1100010 111011

Color Harmonies of #C42FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FFD

Black with #C42FFD

Text Example


Text Example

White with #C42FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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