Html Css Color HEX #C42DFA Electric Purple

📋 copy color: '#C42DFA'

red 196 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #C42DFA

Tints of Electric Purple #C42DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 39.92%
G = 9.16%
B = 50.92%

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

#C42DFA (or 0xC42DFA) is known color: Electric Purple. HEX triplet: C4, 2D and FA. RGB value is (196,45,250). Sum of RGB (Red+Green+Blue) = 196+45+250=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C42DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DFA is #3BD205. Grayscale: #707070. Windows color (decimal): -3920390 or 16395716. OLE color: 16395716.

HSL color Cylindrical-coordinate representation of color #C42DFA: hue angle of 284.2º degrees, saturation: 0.95, 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 #C42DFA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 45 250 -
CMYK 0.22 0.82 0 0.02
HSL 284.2º 0.95% 0.58% -
HSV(B) 284.2º 0.82% 0.98% -
XYZ 40.96 20.51 92.24 -
YUV 113.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 196 45 250 0.22 0.82 0 0.02 284.2 0.95 0.58
Hex C4 2D FA 16 52 0 2 11C 5F 3A
Octal 304 55 372 26 122 0 2 434 137 72
Binary 11000100 101101 11111010 10110 1010010 0 10 100011100 1011111 111010

Color Harmonies of #C42DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DFA

Black with #C42DFA

Text Example


Text Example

White with #C42DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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