Html Css Color HEX #C402FC Electric Purple

📋 copy color: '#C402FC'

red 196 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #C402FC

Tints of Electric Purple #C402FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 43.56%
G = 0.44%
B = 56%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C402FC (or 0xC402FC) is known color: Electric Purple. HEX triplet: C4, 02 and FC. RGB value is (196,2,252). Sum of RGB (Red+Green+Blue) = 196+2+252=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #C402FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C402FC is #3BFD03. Grayscale: #575757. Windows color (decimal): -3931396 or 16515780. OLE color: 16515780.

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

Color convert

RGB 196 2 252 -
CMYK 0.22 0.99 0 0.01
HSL 286.56º 0.98% 0.5% -
HSV(B) 286.56º 0.99% 0.99% -
XYZ 40.36 18.81 93.6 -
YUV 88.51 220.27 204.67 -
System Red Green Blue C M Y K H S L
Decimal 196 2 252 0.22 0.99 0 0.01 286.56 0.98 0.5
Hex C4 2 FC 16 63 0 1 11F 62 32
Octal 304 2 374 26 143 0 1 437 142 62
Binary 11000100 10 11111100 10110 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C402FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402FC

Black with #C402FC

Text Example


Text Example

White with #C402FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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