Html Css Color HEX #C024FE Electric Purple

📋 copy color: '#C024FE'

red 192 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #C024FE

Tints of Electric Purple #C024FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 39.83%
G = 7.47%
B = 52.7%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C024FE (or 0xC024FE) is known color: Electric Purple. HEX triplet: C0, 24 and FE. RGB value is (192,36,254). Sum of RGB (Red+Green+Blue) = 192+36+254=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C024FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024FE is #3FDB01. Grayscale: #6A6A6A. Windows color (decimal): -4184834 or 16655552. OLE color: 16655552.

HSL color Cylindrical-coordinate representation of color #C024FE: hue angle of 282.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C024FE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 36 254 -
CMYK 0.24 0.86 0 0.00
HSL 282.94º 0.99% 0.57% -
HSV(B) 282.94º 0.86% 1% -
XYZ 40.26 19.62 95.43 -
YUV 107.5 210.68 188.27 -
System Red Green Blue C M Y K H S L
Decimal 192 36 254 0.24 0.86 0 0.00 282.94 0.99 0.57
Hex C0 24 FE 18 56 0 0 11B 63 39
Octal 300 44 376 30 126 0 0 433 143 71
Binary 11000000 100100 11111110 11000 1010110 0 0 100011011 1100011 111001

Color Harmonies of #C024FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024FE

Black with #C024FE

Text Example


Text Example

White with #C024FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024FE; }

 p { color: rgb(192,36,254); }

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

background-color css

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

 a { background-color: rgb(192,36,254); }

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

border-color css

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

 span { border-color: rgb(192,36,254); }

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