Html Css Color HEX #C905F9 Electric Purple

📋 copy color: '#C905F9'

red 201 ◦ green 5 ◦ blue 249

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

Shades of Electric Purple #C905F9

Tints of Electric Purple #C905F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

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

R = 44.18%
G = 1.1%
B = 54.73%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C905F9 (or 0xC905F9) is known color: Electric Purple. HEX triplet: C9, 05 and F9. RGB value is (201,5,249). Sum of RGB (Red+Green+Blue) = 201+5+249=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #C905F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C905F9 is #36FA06. Grayscale: #5A5A5A. Windows color (decimal): -3602951 or 16319945. OLE color: 16319945.

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

Color convert

RGB 201 5 249 -
CMYK 0.19 0.98 0 0.02
HSL 288.2º 0.96% 0.5% -
HSV(B) 288.2º 0.98% 0.98% -
XYZ 41.24 19.37 91.19 -
YUV 91.42 216.93 206.16 -
System Red Green Blue C M Y K H S L
Decimal 201 5 249 0.19 0.98 0 0.02 288.2 0.96 0.5
Hex C9 5 F9 13 62 0 2 120 60 32
Octal 311 5 371 23 142 0 2 440 140 62
Binary 11001001 101 11111001 10011 1100010 0 10 100100000 1100000 110010

Color Harmonies of #C905F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905F9

Black with #C905F9

Text Example


Text Example

White with #C905F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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