Html Css Color HEX #C01CE4 Electric Purple

📋 copy color: '#C01CE4'

red 192 ◦ green 28 ◦ blue 228

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

Shades of Electric Purple #C01CE4

Tints of Electric Purple #C01CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.89%

R = 42.86%
G = 6.25%
B = 50.89%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C01CE4 (or 0xC01CE4) is known color: Electric Purple. HEX triplet: C0, 1C and E4. RGB value is (192,28,228). Sum of RGB (Red+Green+Blue) = 192+28+228=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #C01CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CE4 is #3FE31B. Grayscale: #636363. Windows color (decimal): -4186908 or 14949568. OLE color: 14949568.

HSL color Cylindrical-coordinate representation of color #C01CE4: hue angle of 289.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CE4 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 28 228 -
CMYK 0.16 0.88 0 0.11
HSL 289.2º 0.79% 0.5% -
HSV(B) 289.2º 0.88% 0.89% -
XYZ 36.16 17.64 74.9 -
YUV 99.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 192 28 228 0.16 0.88 0 0.11 289.2 0.79 0.5
Hex C0 1C E4 10 58 0 B 121 4F 32
Octal 300 34 344 20 130 0 13 441 117 62
Binary 11000000 11100 11100100 10000 1011000 0 1011 100100001 1001111 110010

Color Harmonies of #C01CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CE4

Black with #C01CE4

Text Example


Text Example

White with #C01CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CE4; }

 p { color: rgb(192,28,228); }

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

background-color css

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

 a { background-color: rgb(192,28,228); }

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

border-color css

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

 span { border-color: rgb(192,28,228); }

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