Html Css Color HEX #C11CFD Electric Purple

📋 copy color: '#C11CFD'

red 193 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #C11CFD

Tints of Electric Purple #C11CFD

RGB

 RED value IS 193 (75.78% from 255) = 40.72%

 GREEN value IS 28 (11.33% from 255) = 5.91%

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

R = 40.72%
G = 5.91%
B = 53.38%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C11CFD (or 0xC11CFD) is known color: Electric Purple. HEX triplet: C1, 1C and FD. RGB value is (193,28,253). Sum of RGB (Red+Green+Blue) = 193+28+253=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #C11CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CFD is #3EE302. Grayscale: #666666. Windows color (decimal): -4121347 or 16587969. OLE color: 16587969.

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

Color convert

RGB 193 28 253 -
CMYK 0.24 0.89 0 0.01
HSL 284º 0.98% 0.55% -
HSV(B) 284º 0.89% 0.99% -
XYZ 40.14 19.26 94.53 -
YUV 102.99 212.66 192.2 -
System Red Green Blue C M Y K H S L
Decimal 193 28 253 0.24 0.89 0 0.01 284 0.98 0.55
Hex C1 1C FD 18 59 0 1 11C 62 37
Octal 301 34 375 30 131 0 1 434 142 67
Binary 11000001 11100 11111101 11000 1011001 0 1 100011100 1100010 110111

Color Harmonies of #C11CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CFD

Black with #C11CFD

Text Example


Text Example

White with #C11CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CFD; }

 p { color: rgb(193,28,253); }

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

background-color css

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

 a { background-color: rgb(193,28,253); }

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

border-color css

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

 span { border-color: rgb(193,28,253); }

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