Html Css Color HEX #C20CFF Electric Purple

📋 copy color: '#C20CFF'

red 194 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #C20CFF

Tints of Electric Purple #C20CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.6%

 BLUE value IS 255 (100% from 255) = 55.31%

R = 42.08%
G = 2.6%
B = 55.31%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C20CFF (or 0xC20CFF) is known color: Electric Purple. HEX triplet: C2, 0C and FF. RGB value is (194,12,255). Sum of RGB (Red+Green+Blue) = 194+12+255=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C20CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CFF is #3DF300. Grayscale: #5D5D5D. Windows color (decimal): -4059905 or 16714946. OLE color: 16714946.

HSL color Cylindrical-coordinate representation of color #C20CFF: hue angle of 284.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CFF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 12 255 -
CMYK 0.24 0.95 0 0
HSL 284.94º 1% 0.52% -
HSV(B) 284.94º 0.95% 1% -
XYZ 40.43 18.95 96.14 -
YUV 94.12 218.8 199.24 -
System Red Green Blue C M Y K H S L
Decimal 194 12 255 0.24 0.95 0 0 284.94 1 0.52
Hex C2 C FF 18 5F 0 0 11D 64 34
Octal 302 14 377 30 137 0 0 435 144 64
Binary 11000010 1100 11111111 11000 1011111 0 0 100011101 1100100 110100

Color Harmonies of #C20CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CFF

Black with #C20CFF

Text Example


Text Example

White with #C20CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CFF; }

 p { color: rgb(194,12,255); }

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

background-color css

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

 a { background-color: rgb(194,12,255); }

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

border-color css

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

 span { border-color: rgb(194,12,255); }

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