Html Css Color HEX #C119FF Electric Purple

📋 copy color: '#C119FF'

red 193 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #C119FF

Tints of Electric Purple #C119FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.29%

 BLUE value IS 255 (100% from 255) = 53.91%

R = 40.8%
G = 5.29%
B = 53.91%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C119FF (or 0xC119FF) is known color: Electric Purple. HEX triplet: C1, 19 and FF. RGB value is (193,25,255). Sum of RGB (Red+Green+Blue) = 193+25+255=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C119FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119FF is #3EE600. Grayscale: #646464. Windows color (decimal): -4122113 or 16718273. OLE color: 16718273.

HSL color Cylindrical-coordinate representation of color #C119FF: hue angle of 283.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C119FF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 25 255 -
CMYK 0.24 0.90 0 0
HSL 283.83º 1% 0.55% -
HSV(B) 283.83º 0.9% 1% -
XYZ 40.39 19.25 96.2 -
YUV 101.45 214.66 193.3 -
System Red Green Blue C M Y K H S L
Decimal 193 25 255 0.24 0.90 0 0 283.83 1 0.55
Hex C1 19 FF 18 5A 0 0 11C 64 37
Octal 301 31 377 30 132 0 0 434 144 67
Binary 11000001 11001 11111111 11000 1011010 0 0 100011100 1100100 110111

Color Harmonies of #C119FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119FF

Black with #C119FF

Text Example


Text Example

White with #C119FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119FF; }

 p { color: rgb(193,25,255); }

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

background-color css

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

 a { background-color: rgb(193,25,255); }

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

border-color css

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

 span { border-color: rgb(193,25,255); }

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