Html Css Color HEX #C002FA Electric Purple

📋 copy color: '#C002FA'

red 192 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #C002FA

Tints of Electric Purple #C002FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 43.24%
G = 0.45%
B = 56.31%

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

#C002FA (or 0xC002FA) is known color: Electric Purple. HEX triplet: C0, 02 and FA. RGB value is (192,2,250). Sum of RGB (Red+Green+Blue) = 192+2+250=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #C002FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002FA is #3FFD05. Grayscale: #565656. Windows color (decimal): -4193542 or 16384704. OLE color: 16384704.

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

Color convert

RGB 192 2 250 -
CMYK 0.23 0.99 0 0.02
HSL 285.97º 0.98% 0.49% -
HSV(B) 285.97º 0.99% 0.98% -
XYZ 39.02 18.15 91.89 -
YUV 87.08 219.95 202.83 -
System Red Green Blue C M Y K H S L
Decimal 192 2 250 0.23 0.99 0 0.02 285.97 0.98 0.49
Hex C0 2 FA 17 63 0 2 11E 62 31
Octal 300 2 372 27 143 0 2 436 142 61
Binary 11000000 10 11111010 10111 1100011 0 10 100011110 1100010 110001

Color Harmonies of #C002FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002FA

Black with #C002FA

Text Example


Text Example

White with #C002FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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