Html Css Color HEX #C010FF Electric Purple

📋 copy color: '#C010FF'

red 192 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #C010FF

Tints of Electric Purple #C010FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.46%

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

R = 41.47%
G = 3.46%
B = 55.08%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C010FF (or 0xC010FF) is known color: Electric Purple. HEX triplet: C0, 10 and FF. RGB value is (192,16,255). Sum of RGB (Red+Green+Blue) = 192+16+255=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C010FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010FF is #3FEF00. Grayscale: #5F5F5F. Windows color (decimal): -4189953 or 16715968. OLE color: 16715968.

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

Color convert

RGB 192 16 255 -
CMYK 0.25 0.94 0 0
HSL 284.18º 1% 0.53% -
HSV(B) 284.18º 0.94% 1% -
XYZ 39.97 18.8 96.13 -
YUV 95.87 217.81 196.57 -
System Red Green Blue C M Y K H S L
Decimal 192 16 255 0.25 0.94 0 0 284.18 1 0.53
Hex C0 10 FF 19 5E 0 0 11C 64 35
Octal 300 20 377 31 136 0 0 434 144 65
Binary 11000000 10000 11111111 11001 1011110 0 0 100011100 1100100 110101

Color Harmonies of #C010FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010FF

Black with #C010FF

Text Example


Text Example

White with #C010FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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