Html Css Color HEX #C202EF Electric Purple

📋 copy color: '#C202EF'

red 194 ◦ green 2 ◦ blue 239

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

Shades of Electric Purple #C202EF

Tints of Electric Purple #C202EF

RGB

 RED value IS 194 (76.17% from 255) = 44.6%

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 44.6%
G = 0.46%
B = 54.94%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C202EF (or 0xC202EF) is known color: Electric Purple. HEX triplet: C2, 02 and EF. RGB value is (194,2,239). Sum of RGB (Red+Green+Blue) = 194+2+239=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #C202EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202EF is #3DFD10. Grayscale: #555555. Windows color (decimal): -4062481 or 15663810. OLE color: 15663810.

HSL color Cylindrical-coordinate representation of color #C202EF: hue angle of 288.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202EF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 2 239 -
CMYK 0.19 0.99 0 0.06
HSL 288.61º 0.98% 0.47% -
HSV(B) 288.61º 0.99% 0.94% -
XYZ 37.85 17.74 83.09 -
YUV 86.43 214.11 204.73 -
System Red Green Blue C M Y K H S L
Decimal 194 2 239 0.19 0.99 0 0.06 288.61 0.98 0.47
Hex C2 2 EF 13 63 0 6 121 62 2F
Octal 302 2 357 23 143 0 6 441 142 57
Binary 11000010 10 11101111 10011 1100011 0 110 100100001 1100010 101111

Color Harmonies of #C202EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C202EF

Black with #C202EF

Text Example


Text Example

White with #C202EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C202EF; }

 p { color: rgb(194,2,239); }

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

background-color css

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

 a { background-color: rgb(194,2,239); }

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

border-color css

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

 span { border-color: rgb(194,2,239); }

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