Html Css Color HEX #C920FF Electric Purple

📋 copy color: '#C920FF'

red 201 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #C920FF

Tints of Electric Purple #C920FF

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

 GREEN value IS 32 (12.89% from 255) = 6.56%

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

R = 41.19%
G = 6.56%
B = 52.25%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C920FF (or 0xC920FF) is known color: Electric Purple. HEX triplet: C9, 20 and FF. RGB value is (201,32,255). Sum of RGB (Red+Green+Blue) = 201+32+255=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #C920FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920FF is #36DF00. Grayscale: #6B6B6B. Windows color (decimal): -3596033 or 16720073. OLE color: 16720073.

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

Color convert

RGB 201 32 255 -
CMYK 0.21 0.87 0 0
HSL 285.47º 1% 0.56% -
HSV(B) 285.47º 0.87% 1% -
XYZ 42.65 20.67 96.35 -
YUV 107.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 201 32 255 0.21 0.87 0 0 285.47 1 0.56
Hex C9 20 FF 15 57 0 0 11D 64 38
Octal 311 40 377 25 127 0 0 435 144 70
Binary 11001001 100000 11111111 10101 1010111 0 0 100011101 1100100 111000

Color Harmonies of #C920FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920FF

Black with #C920FF

Text Example


Text Example

White with #C920FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920FF; }

 p { color: rgb(201,32,255); }

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

background-color css

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

 a { background-color: rgb(201,32,255); }

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

border-color css

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

 span { border-color: rgb(201,32,255); }

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