Html Css Color HEX #C02CFA Electric Purple

📋 copy color: '#C02CFA'

red 192 ◦ green 44 ◦ blue 250

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

Shades of Electric Purple #C02CFA

Tints of Electric Purple #C02CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.05%

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

R = 39.51%
G = 9.05%
B = 51.44%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C02CFA (or 0xC02CFA) is known color: Electric Purple. HEX triplet: C0, 2C and FA. RGB value is (192,44,250). Sum of RGB (Red+Green+Blue) = 192+44+250=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #C02CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CFA is #3FD305. Grayscale: #6F6F6F. Windows color (decimal): -4182790 or 16395456. OLE color: 16395456.

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

Color convert

RGB 192 44 250 -
CMYK 0.23 0.82 0 0.02
HSL 283.11º 0.95% 0.58% -
HSV(B) 283.11º 0.82% 0.98% -
XYZ 39.89 19.91 92.18 -
YUV 111.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 192 44 250 0.23 0.82 0 0.02 283.11 0.95 0.58
Hex C0 2C FA 17 52 0 2 11B 5F 3A
Octal 300 54 372 27 122 0 2 433 137 72
Binary 11000000 101100 11111010 10111 1010010 0 10 100011011 1011111 111010

Color Harmonies of #C02CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CFA

Black with #C02CFA

Text Example


Text Example

White with #C02CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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