Html Css Color HEX #C20FFC Electric Purple

📋 copy color: '#C20FFC'

red 194 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #C20FFC

Tints of Electric Purple #C20FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.25%

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

R = 42.08%
G = 3.25%
B = 54.66%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C20FFC (or 0xC20FFC) is known color: Electric Purple. HEX triplet: C2, 0F and FC. RGB value is (194,15,252). Sum of RGB (Red+Green+Blue) = 194+15+252=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C20FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FFC is #3DF003. Grayscale: #5E5E5E. Windows color (decimal): -4059140 or 16519106. OLE color: 16519106.

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

Color convert

RGB 194 15 252 -
CMYK 0.23 0.94 0 0.01
HSL 285.32º 0.98% 0.52% -
HSV(B) 285.32º 0.94% 0.99% -
XYZ 39.99 18.84 93.62 -
YUV 95.54 216.3 198.23 -
System Red Green Blue C M Y K H S L
Decimal 194 15 252 0.23 0.94 0 0.01 285.32 0.98 0.52
Hex C2 F FC 17 5E 0 1 11D 62 34
Octal 302 17 374 27 136 0 1 435 142 64
Binary 11000010 1111 11111100 10111 1011110 0 1 100011101 1100010 110100

Color Harmonies of #C20FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FFC

Black with #C20FFC

Text Example


Text Example

White with #C20FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FFC; }

 p { color: rgb(194,15,252); }

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

background-color css

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

 a { background-color: rgb(194,15,252); }

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

border-color css

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

 span { border-color: rgb(194,15,252); }

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