Html Css Color HEX #C203EA Electric Purple

📋 copy color: '#C203EA'

red 194 ◦ green 3 ◦ blue 234

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

Shades of Electric Purple #C203EA

Tints of Electric Purple #C203EA

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

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

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

R = 45.01%
G = 0.7%
B = 54.29%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C203EA (or 0xC203EA) is known color: Electric Purple. HEX triplet: C2, 03 and EA. RGB value is (194,3,234). Sum of RGB (Red+Green+Blue) = 194+3+234=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #C203EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203EA is #3DFC15. Grayscale: #555555. Windows color (decimal): -4062230 or 15336386. OLE color: 15336386.

HSL color Cylindrical-coordinate representation of color #C203EA: hue angle of 289.61º 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 #C203EA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 3 234 -
CMYK 0.17 0.99 0 0.08
HSL 289.61º 0.97% 0.46% -
HSV(B) 289.61º 0.99% 0.92% -
XYZ 37.13 17.47 79.26 -
YUV 86.44 211.28 204.72 -
System Red Green Blue C M Y K H S L
Decimal 194 3 234 0.17 0.99 0 0.08 289.61 0.97 0.46
Hex C2 3 EA 11 63 0 8 122 61 2E
Octal 302 3 352 21 143 0 10 442 141 56
Binary 11000010 11 11101010 10001 1100011 0 1000 100100010 1100001 101110

Color Harmonies of #C203EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203EA

Black with #C203EA

Text Example


Text Example

White with #C203EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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