Html Css Color HEX #C20FFB Electric Purple

📋 copy color: '#C20FFB'

red 194 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #C20FFB

Tints of Electric Purple #C20FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 42.17%
G = 3.26%
B = 54.57%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C20FFB (or 0xC20FFB) is known color: Electric Purple. HEX triplet: C2, 0F and FB. RGB value is (194,15,251). Sum of RGB (Red+Green+Blue) = 194+15+251=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #C20FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FFB is #3DF004. Grayscale: #5E5E5E. Windows color (decimal): -4059141 or 16453570. OLE color: 16453570.

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

Color convert

RGB 194 15 251 -
CMYK 0.23 0.94 0 0.02
HSL 285.51º 0.97% 0.52% -
HSV(B) 285.51º 0.94% 0.98% -
XYZ 39.83 18.78 92.79 -
YUV 95.43 215.8 198.31 -
System Red Green Blue C M Y K H S L
Decimal 194 15 251 0.23 0.94 0 0.02 285.51 0.97 0.52
Hex C2 F FB 17 5E 0 2 11E 61 34
Octal 302 17 373 27 136 0 2 436 141 64
Binary 11000010 1111 11111011 10111 1011110 0 10 100011110 1100001 110100

Color Harmonies of #C20FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FFB

Black with #C20FFB

Text Example


Text Example

White with #C20FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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