Html Css Color HEX #C011FD Electric Purple

📋 copy color: '#C011FD'

red 192 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #C011FD

Tints of Electric Purple #C011FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.68%

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 41.56%
G = 3.68%
B = 54.76%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C011FD (or 0xC011FD) is known color: Electric Purple. HEX triplet: C0, 11 and FD. RGB value is (192,17,253). Sum of RGB (Red+Green+Blue) = 192+17+253=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #C011FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011FD is #3FEE02. Grayscale: #5F5F5F. Windows color (decimal): -4189699 or 16585152. OLE color: 16585152.

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

Color convert

RGB 192 17 253 -
CMYK 0.24 0.93 0 0.01
HSL 284.49º 0.98% 0.53% -
HSV(B) 284.49º 0.93% 0.99% -
XYZ 39.67 18.7 94.45 -
YUV 96.23 216.48 196.31 -
System Red Green Blue C M Y K H S L
Decimal 192 17 253 0.24 0.93 0 0.01 284.49 0.98 0.53
Hex C0 11 FD 18 5D 0 1 11C 62 35
Octal 300 21 375 30 135 0 1 434 142 65
Binary 11000000 10001 11111101 11000 1011101 0 1 100011100 1100010 110101

Color Harmonies of #C011FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011FD

Black with #C011FD

Text Example


Text Example

White with #C011FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011FD; }

 p { color: rgb(192,17,253); }

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

background-color css

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

 a { background-color: rgb(192,17,253); }

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

border-color css

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

 span { border-color: rgb(192,17,253); }

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