Html Css Color HEX #C002F8 Electric Purple

📋 copy color: '#C002F8'

red 192 ◦ green 2 ◦ blue 248

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

Shades of Electric Purple #C002F8

Tints of Electric Purple #C002F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.11%

R = 43.44%
G = 0.45%
B = 56.11%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C002F8 (or 0xC002F8) is known color: Electric Purple. HEX triplet: C0, 02 and F8. RGB value is (192,2,248). Sum of RGB (Red+Green+Blue) = 192+2+248=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #C002F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002F8 is #3FFD07. Grayscale: #565656. Windows color (decimal): -4193544 or 16253632. OLE color: 16253632.

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

Color convert

RGB 192 2 248 -
CMYK 0.23 0.99 0 0.03
HSL 286.34º 0.98% 0.49% -
HSV(B) 286.34º 0.99% 0.97% -
XYZ 38.7 18.03 90.25 -
YUV 86.85 218.95 203 -
System Red Green Blue C M Y K H S L
Decimal 192 2 248 0.23 0.99 0 0.03 286.34 0.98 0.49
Hex C0 2 F8 17 63 0 3 11E 62 31
Octal 300 2 370 27 143 0 3 436 142 61
Binary 11000000 10 11111000 10111 1100011 0 11 100011110 1100010 110001

Color Harmonies of #C002F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002F8

Black with #C002F8

Text Example


Text Example

White with #C002F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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