Html Css Color HEX #C003EB Electric Purple

📋 copy color: '#C003EB'

red 192 ◦ green 3 ◦ blue 235

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

Shades of Electric Purple #C003EB

Tints of Electric Purple #C003EB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 44.65%
G = 0.7%
B = 54.65%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C003EB (or 0xC003EB) is known color: Electric Purple. HEX triplet: C0, 03 and EB. RGB value is (192,3,235). Sum of RGB (Red+Green+Blue) = 192+3+235=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #C003EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003EB is #3FFC14. Grayscale: #555555. Windows color (decimal): -4193301 or 15401920. OLE color: 15401920.

HSL color Cylindrical-coordinate representation of color #C003EB: hue angle of 288.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003EB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 3 235 -
CMYK 0.18 0.99 0 0.08
HSL 288.88º 0.97% 0.47% -
HSV(B) 288.88º 0.99% 0.92% -
XYZ 36.77 17.27 79.99 -
YUV 85.96 212.12 203.64 -
System Red Green Blue C M Y K H S L
Decimal 192 3 235 0.18 0.99 0 0.08 288.88 0.97 0.47
Hex C0 3 EB 12 63 0 8 121 61 2F
Octal 300 3 353 22 143 0 10 441 141 57
Binary 11000000 11 11101011 10010 1100011 0 1000 100100001 1100001 101111

Color Harmonies of #C003EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003EB

Black with #C003EB

Text Example


Text Example

White with #C003EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003EB; }

 p { color: rgb(192,3,235); }

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

background-color css

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

 a { background-color: rgb(192,3,235); }

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

border-color css

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

 span { border-color: rgb(192,3,235); }

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