Html Css Color HEX #C010FB Electric Purple

📋 copy color: '#C010FB'

red 192 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #C010FB

Tints of Electric Purple #C010FB

RGB

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

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

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

R = 41.83%
G = 3.49%
B = 54.68%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C010FB (or 0xC010FB) is known color: Electric Purple. HEX triplet: C0, 10 and FB. RGB value is (192,16,251). Sum of RGB (Red+Green+Blue) = 192+16+251=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C010FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010FB is #3FEF04. Grayscale: #5E5E5E. Windows color (decimal): -4189957 or 16453824. OLE color: 16453824.

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

Color convert

RGB 192 16 251 -
CMYK 0.24 0.94 0 0.02
HSL 284.94º 0.97% 0.52% -
HSV(B) 284.94º 0.94% 0.98% -
XYZ 39.34 18.54 92.77 -
YUV 95.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 192 16 251 0.24 0.94 0 0.02 284.94 0.97 0.52
Hex C0 10 FB 18 5E 0 2 11D 61 34
Octal 300 20 373 30 136 0 2 435 141 64
Binary 11000000 10000 11111011 11000 1011110 0 10 100011101 1100001 110100

Color Harmonies of #C010FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010FB

Black with #C010FB

Text Example


Text Example

White with #C010FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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