Html Css Color HEX #C009FF Electric Purple

📋 copy color: '#C009FF'

red 192 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #C009FF

Tints of Electric Purple #C009FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 42.11%
G = 1.97%
B = 55.92%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C009FF (or 0xC009FF) is known color: Electric Purple. HEX triplet: C0, 09 and FF. RGB value is (192,9,255). Sum of RGB (Red+Green+Blue) = 192+9+255=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #C009FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009FF is #3FF600. Grayscale: #5A5A5A. Windows color (decimal): -4191745 or 16714176. OLE color: 16714176.

HSL color Cylindrical-coordinate representation of color #C009FF: hue angle of 284.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009FF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 9 255 -
CMYK 0.25 0.96 0 0
HSL 284.63º 1% 0.52% -
HSV(B) 284.63º 0.96% 1% -
XYZ 39.89 18.62 96.1 -
YUV 91.76 220.13 199.5 -
System Red Green Blue C M Y K H S L
Decimal 192 9 255 0.25 0.96 0 0 284.63 1 0.52
Hex C0 9 FF 19 60 0 0 11D 64 34
Octal 300 11 377 31 140 0 0 435 144 64
Binary 11000000 1001 11111111 11001 1100000 0 0 100011101 1100100 110100

Color Harmonies of #C009FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009FF

Black with #C009FF

Text Example


Text Example

White with #C009FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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