Html Css Color HEX #C902FF Electric Purple

📋 copy color: '#C902FF'

red 201 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #C902FF

Tints of Electric Purple #C902FF

RGB

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

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

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

R = 43.89%
G = 0.44%
B = 55.68%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C902FF (or 0xC902FF) is known color: Electric Purple. HEX triplet: C9, 02 and FF. RGB value is (201,2,255). Sum of RGB (Red+Green+Blue) = 201+2+255=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #C902FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902FF is #36FD00. Grayscale: #595959. Windows color (decimal): -3603713 or 16712393. OLE color: 16712393.

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

Color convert

RGB 201 2 255 -
CMYK 0.21 0.99 0 0
HSL 287.19º 1% 0.5% -
HSV(B) 287.19º 0.99% 1% -
XYZ 42.16 19.68 96.18 -
YUV 90.34 220.93 206.93 -
System Red Green Blue C M Y K H S L
Decimal 201 2 255 0.21 0.99 0 0 287.19 1 0.5
Hex C9 2 FF 15 63 0 0 11F 64 32
Octal 311 2 377 25 143 0 0 437 144 62
Binary 11001001 10 11111111 10101 1100011 0 0 100011111 1100100 110010

Color Harmonies of #C902FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902FF

Black with #C902FF

Text Example


Text Example

White with #C902FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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