Html Css Color HEX #C009FB Electric Purple

📋 copy color: '#C009FB'

red 192 ◦ green 9 ◦ blue 251

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

Shades of Electric Purple #C009FB

Tints of Electric Purple #C009FB

RGB

 RED value IS 192 (75.39% from 255) = 42.48%

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

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

R = 42.48%
G = 1.99%
B = 55.53%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C009FB (or 0xC009FB) is known color: Electric Purple. HEX triplet: C0, 09 and FB. RGB value is (192,9,251). Sum of RGB (Red+Green+Blue) = 192+9+251=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #C009FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009FB is #3FF604. Grayscale: #5A5A5A. Windows color (decimal): -4191749 or 16452032. OLE color: 16452032.

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

Color convert

RGB 192 9 251 -
CMYK 0.24 0.96 0 0.02
HSL 285.37º 0.97% 0.51% -
HSV(B) 285.37º 0.96% 0.98% -
XYZ 39.25 18.37 92.74 -
YUV 91.31 218.13 199.82 -
System Red Green Blue C M Y K H S L
Decimal 192 9 251 0.24 0.96 0 0.02 285.37 0.97 0.51
Hex C0 9 FB 18 60 0 2 11D 61 33
Octal 300 11 373 30 140 0 2 435 141 63
Binary 11000000 1001 11111011 11000 1100000 0 10 100011101 1100001 110011

Color Harmonies of #C009FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009FB

Black with #C009FB

Text Example


Text Example

White with #C009FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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