Html Css Color HEX #C42DFB Electric Purple

📋 copy color: '#C42DFB'

red 196 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #C42DFB

Tints of Electric Purple #C42DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 39.84%
G = 9.15%
B = 51.02%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C42DFB (or 0xC42DFB) is known color: Electric Purple. HEX triplet: C4, 2D and FB. RGB value is (196,45,251). Sum of RGB (Red+Green+Blue) = 196+45+251=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C42DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DFB is #3BD204. Grayscale: #707070. Windows color (decimal): -3920389 or 16461252. OLE color: 16461252.

HSL color Cylindrical-coordinate representation of color #C42DFB: hue angle of 283.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42DFB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 45 251 -
CMYK 0.22 0.82 0 0.02
HSL 283.98º 0.96% 0.58% -
HSV(B) 283.98º 0.82% 0.98% -
XYZ 41.12 20.58 93.07 -
YUV 113.63 205.53 186.75 -
System Red Green Blue C M Y K H S L
Decimal 196 45 251 0.22 0.82 0 0.02 283.98 0.96 0.58
Hex C4 2D FB 16 52 0 2 11C 60 3A
Octal 304 55 373 26 122 0 2 434 140 72
Binary 11000100 101101 11111011 10110 1010010 0 10 100011100 1100000 111010

Color Harmonies of #C42DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DFB

Black with #C42DFB

Text Example


Text Example

White with #C42DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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