Html Css Color HEX #C910FA Electric Purple

📋 copy color: '#C910FA'

red 201 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #C910FA

Tints of Electric Purple #C910FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.43%

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

R = 43.04%
G = 3.43%
B = 53.53%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C910FA (or 0xC910FA) is known color: Electric Purple. HEX triplet: C9, 10 and FA. RGB value is (201,16,250). Sum of RGB (Red+Green+Blue) = 201+16+250=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C910FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910FA is #36EF05. Grayscale: #616161. Windows color (decimal): -3600134 or 16388297. OLE color: 16388297.

HSL color Cylindrical-coordinate representation of color #C910FA: hue angle of 287.44º degrees, saturation: 0.96, 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 #C910FA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 16 250 -
CMYK 0.20 0.94 0 0.02
HSL 287.44º 0.96% 0.52% -
HSV(B) 287.44º 0.94% 0.98% -
XYZ 41.53 19.69 92.05 -
YUV 97.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 201 16 250 0.20 0.94 0 0.02 287.44 0.96 0.52
Hex C9 10 FA 14 5E 0 2 11F 60 34
Octal 311 20 372 24 136 0 2 437 140 64
Binary 11001001 10000 11111010 10100 1011110 0 10 100011111 1100000 110100

Color Harmonies of #C910FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910FA

Black with #C910FA

Text Example


Text Example

White with #C910FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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