Html Css Color HEX #C01BE5 Electric Purple

📋 copy color: '#C01BE5'

red 192 ◦ green 27 ◦ blue 229

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

Shades of Electric Purple #C01BE5

Tints of Electric Purple #C01BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.03%

 BLUE value IS 229 (89.84% from 255) = 51.12%

R = 42.86%
G = 6.03%
B = 51.12%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C01BE5 (or 0xC01BE5) is known color: Electric Purple. HEX triplet: C0, 1B and E5. RGB value is (192,27,229). Sum of RGB (Red+Green+Blue) = 192+27+229=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #C01BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BE5 is #3FE41A. Grayscale: #626262. Windows color (decimal): -4187163 or 15014848. OLE color: 15014848.

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

Color convert

RGB 192 27 229 -
CMYK 0.16 0.88 0 0.10
HSL 289.01º 0.8% 0.5% -
HSV(B) 289.01º 0.88% 0.9% -
XYZ 36.27 17.65 75.62 -
YUV 99.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 192 27 229 0.16 0.88 0 0.10 289.01 0.8 0.5
Hex C0 1B E5 10 58 0 A 121 50 32
Octal 300 33 345 20 130 0 12 441 120 62
Binary 11000000 11011 11100101 10000 1011000 0 1010 100100001 1010000 110010

Color Harmonies of #C01BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BE5

Black with #C01BE5

Text Example


Text Example

White with #C01BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BE5; }

 p { color: rgb(192,27,229); }

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

background-color css

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

 a { background-color: rgb(192,27,229); }

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

border-color css

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

 span { border-color: rgb(192,27,229); }

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