Html Css Color HEX #C902EF Electric Purple

📋 copy color: '#C902EF'

red 201 ◦ green 2 ◦ blue 239

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

Shades of Electric Purple #C902EF

Tints of Electric Purple #C902EF

RGB

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

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

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

R = 45.48%
G = 0.45%
B = 54.07%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C902EF (or 0xC902EF) is known color: Electric Purple. HEX triplet: C9, 02 and EF. RGB value is (201,2,239). Sum of RGB (Red+Green+Blue) = 201+2+239=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #C902EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902EF is #36FD10. Grayscale: #575757. Windows color (decimal): -3603729 or 15663817. OLE color: 15663817.

HSL color Cylindrical-coordinate representation of color #C902EF: hue angle of 290.38º 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 #C902EF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 2 239 -
CMYK 0.16 0.99 0 0.06
HSL 290.38º 0.98% 0.47% -
HSV(B) 290.38º 0.99% 0.94% -
XYZ 39.69 18.69 83.18 -
YUV 88.52 212.93 208.23 -
System Red Green Blue C M Y K H S L
Decimal 201 2 239 0.16 0.99 0 0.06 290.38 0.98 0.47
Hex C9 2 EF 10 63 0 6 122 62 2F
Octal 311 2 357 20 143 0 6 442 142 57
Binary 11001001 10 11101111 10000 1100011 0 110 100100010 1100010 101111

Color Harmonies of #C902EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902EF

Black with #C902EF

Text Example


Text Example

White with #C902EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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