Html Css Color HEX #C003E5 Electric Purple

📋 copy color: '#C003E5'

red 192 ◦ green 3 ◦ blue 229

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

Shades of Electric Purple #C003E5

Tints of Electric Purple #C003E5

RGB

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

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

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

R = 45.28%
G = 0.71%
B = 54.01%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C003E5 (or 0xC003E5) is known color: Electric Purple. HEX triplet: C0, 03 and E5. RGB value is (192,3,229). Sum of RGB (Red+Green+Blue) = 192+3+229=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #C003E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003E5 is #3FFC1A. Grayscale: #545454. Windows color (decimal): -4193307 or 15008704. OLE color: 15008704.

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

Color convert

RGB 192 3 229 -
CMYK 0.16 0.99 0 0.10
HSL 290.18º 0.97% 0.45% -
HSV(B) 290.18º 0.99% 0.9% -
XYZ 35.91 16.93 75.5 -
YUV 85.28 209.12 204.12 -
System Red Green Blue C M Y K H S L
Decimal 192 3 229 0.16 0.99 0 0.10 290.18 0.97 0.45
Hex C0 3 E5 10 63 0 A 122 61 2D
Octal 300 3 345 20 143 0 12 442 141 55
Binary 11000000 11 11100101 10000 1100011 0 1010 100100010 1100001 101101

Color Harmonies of #C003E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003E5

Black with #C003E5

Text Example


Text Example

White with #C003E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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