Html Css Color HEX #C02FFC Electric Purple

📋 copy color: '#C02FFC'

red 192 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #C02FFC

Tints of Electric Purple #C02FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.57%

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 39.1%
G = 9.57%
B = 51.32%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C02FFC (or 0xC02FFC) is known color: Electric Purple. HEX triplet: C0, 2F and FC. RGB value is (192,47,252). Sum of RGB (Red+Green+Blue) = 192+47+252=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #C02FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FFC is #3FD003. Grayscale: #717171. Windows color (decimal): -4182020 or 16527296. OLE color: 16527296.

HSL color Cylindrical-coordinate representation of color #C02FFC: hue angle of 282.44º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02FFC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 47 252 -
CMYK 0.24 0.81 0 0.01
HSL 282.44º 0.97% 0.59% -
HSV(B) 282.44º 0.81% 0.99% -
XYZ 40.33 20.27 93.88 -
YUV 113.73 206.04 183.83 -
System Red Green Blue C M Y K H S L
Decimal 192 47 252 0.24 0.81 0 0.01 282.44 0.97 0.59
Hex C0 2F FC 18 51 0 1 11A 61 3B
Octal 300 57 374 30 121 0 1 432 141 73
Binary 11000000 101111 11111100 11000 1010001 0 1 100011010 1100001 111011

Color Harmonies of #C02FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FFC

Black with #C02FFC

Text Example


Text Example

White with #C02FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FFC; }

 p { color: rgb(192,47,252); }

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

background-color css

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

 a { background-color: rgb(192,47,252); }

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

border-color css

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

 span { border-color: rgb(192,47,252); }

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