Html Css Color HEX #C003FA Electric Purple

📋 copy color: '#C003FA'

red 192 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #C003FA

Tints of Electric Purple #C003FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 43.15%
G = 0.67%
B = 56.18%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C003FA (or 0xC003FA) is known color: Electric Purple. HEX triplet: C0, 03 and FA. RGB value is (192,3,250). Sum of RGB (Red+Green+Blue) = 192+3+250=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #C003FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003FA is #3FFC05. Grayscale: #565656. Windows color (decimal): -4193286 or 16384960. OLE color: 16384960.

HSL color Cylindrical-coordinate representation of color #C003FA: hue angle of 285.91º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003FA is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 3 250 -
CMYK 0.23 0.99 0 0.02
HSL 285.91º 0.98% 0.5% -
HSV(B) 285.91º 0.99% 0.98% -
XYZ 39.03 18.17 91.89 -
YUV 87.67 219.62 202.42 -
System Red Green Blue C M Y K H S L
Decimal 192 3 250 0.23 0.99 0 0.02 285.91 0.98 0.5
Hex C0 3 FA 17 63 0 2 11E 62 32
Octal 300 3 372 27 143 0 2 436 142 62
Binary 11000000 11 11111010 10111 1100011 0 10 100011110 1100010 110010

Color Harmonies of #C003FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003FA

Black with #C003FA

Text Example


Text Example

White with #C003FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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