Html Css Color HEX #C910F9 Electric Purple

📋 copy color: '#C910F9'

red 201 ◦ green 16 ◦ blue 249

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

Shades of Electric Purple #C910F9

Tints of Electric Purple #C910F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.43%

R = 43.13%
G = 3.43%
B = 53.43%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C910F9 (or 0xC910F9) is known color: Electric Purple. HEX triplet: C9, 10 and F9. RGB value is (201,16,249). Sum of RGB (Red+Green+Blue) = 201+16+249=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #C910F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910F9 is #36EF06. Grayscale: #616161. Windows color (decimal): -3600135 or 16322761. OLE color: 16322761.

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

Color convert

RGB 201 16 249 -
CMYK 0.19 0.94 0 0.02
HSL 287.64º 0.95% 0.52% -
HSV(B) 287.64º 0.94% 0.98% -
XYZ 41.37 19.63 91.23 -
YUV 97.88 213.29 201.55 -
System Red Green Blue C M Y K H S L
Decimal 201 16 249 0.19 0.94 0 0.02 287.64 0.95 0.52
Hex C9 10 F9 13 5E 0 2 120 5F 34
Octal 311 20 371 23 136 0 2 440 137 64
Binary 11001001 10000 11111001 10011 1011110 0 10 100100000 1011111 110100

Color Harmonies of #C910F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910F9

Black with #C910F9

Text Example


Text Example

White with #C910F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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