Html Css Color HEX #C909FB Electric Purple

📋 copy color: '#C909FB'

red 201 ◦ green 9 ◦ blue 251

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

Shades of Electric Purple #C909FB

Tints of Electric Purple #C909FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.95%

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 43.6%
G = 1.95%
B = 54.45%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C909FB (or 0xC909FB) is known color: Electric Purple. HEX triplet: C9, 09 and FB. RGB value is (201,9,251). Sum of RGB (Red+Green+Blue) = 201+9+251=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C909FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909FB is #36F604. Grayscale: #5D5D5D. Windows color (decimal): -3601925 or 16452041. OLE color: 16452041.

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

Color convert

RGB 201 9 251 -
CMYK 0.20 0.96 0 0.02
HSL 287.6º 0.97% 0.51% -
HSV(B) 287.6º 0.96% 0.98% -
XYZ 41.6 19.58 92.85 -
YUV 94 216.61 204.32 -
System Red Green Blue C M Y K H S L
Decimal 201 9 251 0.20 0.96 0 0.02 287.6 0.97 0.51
Hex C9 9 FB 14 60 0 2 120 61 33
Octal 311 11 373 24 140 0 2 440 141 63
Binary 11001001 1001 11111011 10100 1100000 0 10 100100000 1100001 110011

Color Harmonies of #C909FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909FB

Black with #C909FB

Text Example


Text Example

White with #C909FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909FB; }

 p { color: rgb(201,9,251); }

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

background-color css

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

 a { background-color: rgb(201,9,251); }

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

border-color css

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

 span { border-color: rgb(201,9,251); }

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