Html Css Color HEX #C005FC Electric Purple

📋 copy color: '#C005FC'

red 192 ◦ green 5 ◦ blue 252

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

Shades of Electric Purple #C005FC

Tints of Electric Purple #C005FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 42.76%
G = 1.11%
B = 56.12%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C005FC (or 0xC005FC) is known color: Electric Purple. HEX triplet: C0, 05 and FC. RGB value is (192,5,252). Sum of RGB (Red+Green+Blue) = 192+5+252=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #C005FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FC is #3FFA03. Grayscale: #585858. Windows color (decimal): -4192772 or 16516544. OLE color: 16516544.

HSL color Cylindrical-coordinate representation of color #C005FC: hue angle of 285.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005FC is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 5 252 -
CMYK 0.24 0.98 0 0.01
HSL 285.43º 0.98% 0.5% -
HSV(B) 285.43º 0.98% 0.99% -
XYZ 39.36 18.34 93.56 -
YUV 89.07 219.95 201.42 -
System Red Green Blue C M Y K H S L
Decimal 192 5 252 0.24 0.98 0 0.01 285.43 0.98 0.5
Hex C0 5 FC 18 62 0 1 11D 62 32
Octal 300 5 374 30 142 0 1 435 142 62
Binary 11000000 101 11111100 11000 1100010 0 1 100011101 1100010 110010

Color Harmonies of #C005FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005FC

Black with #C005FC

Text Example


Text Example

White with #C005FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005FC; }

 p { color: rgb(192,5,252); }

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

background-color css

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

 a { background-color: rgb(192,5,252); }

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

border-color css

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

 span { border-color: rgb(192,5,252); }

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