Html Css Color HEX #C00AFF Electric Purple

📋 copy color: '#C00AFF'

red 192 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #C00AFF

Tints of Electric Purple #C00AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.19%

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

R = 42.01%
G = 2.19%
B = 55.8%

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

#C00AFF (or 0xC00AFF) is known color: Electric Purple. HEX triplet: C0, 0A and FF. RGB value is (192,10,255). Sum of RGB (Red+Green+Blue) = 192+10+255=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #C00AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AFF is #3FF500. Grayscale: #5B5B5B. Windows color (decimal): -4191489 or 16714432. OLE color: 16714432.

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

Color convert

RGB 192 10 255 -
CMYK 0.25 0.96 0 0
HSL 284.57º 1% 0.52% -
HSV(B) 284.57º 0.96% 1% -
XYZ 39.9 18.64 96.1 -
YUV 92.35 219.8 199.08 -
System Red Green Blue C M Y K H S L
Decimal 192 10 255 0.25 0.96 0 0 284.57 1 0.52
Hex C0 A FF 19 60 0 0 11D 64 34
Octal 300 12 377 31 140 0 0 435 144 64
Binary 11000000 1010 11111111 11001 1100000 0 0 100011101 1100100 110100

Color Harmonies of #C00AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AFF

Black with #C00AFF

Text Example


Text Example

White with #C00AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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