Html Css Color HEX #C42DFF Electric Purple

📋 copy color: '#C42DFF'

red 196 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #C42DFF

Tints of Electric Purple #C42DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.07%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 39.52%
G = 9.07%
B = 51.41%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C42DFF (or 0xC42DFF) is known color: Electric Purple. HEX triplet: C4, 2D and FF. RGB value is (196,45,255). Sum of RGB (Red+Green+Blue) = 196+45+255=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C42DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DFF is #3BD200. Grayscale: #717171. Windows color (decimal): -3920385 or 16723396. OLE color: 16723396.

HSL color Cylindrical-coordinate representation of color #C42DFF: hue angle of 283.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42DFF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 45 255 -
CMYK 0.23 0.82 0 0
HSL 283.14º 1% 0.59% -
HSV(B) 283.14º 0.82% 1% -
XYZ 41.75 20.83 96.43 -
YUV 114.09 207.53 186.42 -
System Red Green Blue C M Y K H S L
Decimal 196 45 255 0.23 0.82 0 0 283.14 1 0.59
Hex C4 2D FF 17 52 0 0 11B 64 3B
Octal 304 55 377 27 122 0 0 433 144 73
Binary 11000100 101101 11111111 10111 1010010 0 0 100011011 1100100 111011

Color Harmonies of #C42DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DFF

Black with #C42DFF

Text Example


Text Example

White with #C42DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DFF; }

 p { color: rgb(196,45,255); }

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

background-color css

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

 a { background-color: rgb(196,45,255); }

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

border-color css

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

 span { border-color: rgb(196,45,255); }

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