Html Css Color HEX #C902FA Electric Purple

📋 copy color: '#C902FA'

red 201 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #C902FA

Tints of Electric Purple #C902FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 44.37%
G = 0.44%
B = 55.19%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C902FA (or 0xC902FA) is known color: Electric Purple. HEX triplet: C9, 02 and FA. RGB value is (201,2,250). Sum of RGB (Red+Green+Blue) = 201+2+250=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #C902FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902FA is #36FD05. Grayscale: #585858. Windows color (decimal): -3603718 or 16384713. OLE color: 16384713.

HSL color Cylindrical-coordinate representation of color #C902FA: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902FA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 2 250 -
CMYK 0.20 0.99 0 0.02
HSL 288.15º 0.98% 0.49% -
HSV(B) 288.15º 0.99% 0.98% -
XYZ 41.36 19.36 92 -
YUV 89.77 218.43 207.33 -
System Red Green Blue C M Y K H S L
Decimal 201 2 250 0.20 0.99 0 0.02 288.15 0.98 0.49
Hex C9 2 FA 14 63 0 2 120 62 31
Octal 311 2 372 24 143 0 2 440 142 61
Binary 11001001 10 11111010 10100 1100011 0 10 100100000 1100010 110001

Color Harmonies of #C902FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902FA

Black with #C902FA

Text Example


Text Example

White with #C902FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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