Html Css Color HEX #C112FD Electric Purple

📋 copy color: '#C112FD'

red 193 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #C112FD

Tints of Electric Purple #C112FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.88%

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

R = 41.59%
G = 3.88%
B = 54.53%

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

#C112FD (or 0xC112FD) is known color: Electric Purple. HEX triplet: C1, 12 and FD. RGB value is (193,18,253). Sum of RGB (Red+Green+Blue) = 193+18+253=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C112FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112FD is #3EED02. Grayscale: #606060. Windows color (decimal): -4123907 or 16585409. OLE color: 16585409.

HSL color Cylindrical-coordinate representation of color #C112FD: hue angle of 284.68º 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 #C112FD is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 18 253 -
CMYK 0.24 0.93 0 0.01
HSL 284.68º 0.98% 0.53% -
HSV(B) 284.68º 0.93% 0.99% -
XYZ 39.94 18.86 94.46 -
YUV 97.12 215.98 196.39 -
System Red Green Blue C M Y K H S L
Decimal 193 18 253 0.24 0.93 0 0.01 284.68 0.98 0.53
Hex C1 12 FD 18 5D 0 1 11D 62 35
Octal 301 22 375 30 135 0 1 435 142 65
Binary 11000001 10010 11111101 11000 1011101 0 1 100011101 1100010 110101

Color Harmonies of #C112FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112FD

Black with #C112FD

Text Example


Text Example

White with #C112FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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