Html Css Color HEX #C003EA Electric Purple

📋 copy color: '#C003EA'

red 192 ◦ green 3 ◦ blue 234

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

Shades of Electric Purple #C003EA

Tints of Electric Purple #C003EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 44.76%
G = 0.7%
B = 54.55%

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

#C003EA (or 0xC003EA) is known color: Electric Purple. HEX triplet: C0, 03 and EA. RGB value is (192,3,234). Sum of RGB (Red+Green+Blue) = 192+3+234=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #C003EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003EA is #3FFC15. Grayscale: #555555. Windows color (decimal): -4193302 or 15336384. OLE color: 15336384.

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

Color convert

RGB 192 3 234 -
CMYK 0.18 0.99 0 0.08
HSL 289.09º 0.97% 0.46% -
HSV(B) 289.09º 0.99% 0.92% -
XYZ 36.62 17.21 79.23 -
YUV 85.85 211.62 203.72 -
System Red Green Blue C M Y K H S L
Decimal 192 3 234 0.18 0.99 0 0.08 289.09 0.97 0.46
Hex C0 3 EA 12 63 0 8 121 61 2E
Octal 300 3 352 22 143 0 10 441 141 56
Binary 11000000 11 11101010 10010 1100011 0 1000 100100001 1100001 101110

Color Harmonies of #C003EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003EA

Black with #C003EA

Text Example


Text Example

White with #C003EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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