Html Css Color HEX #C02BFA Electric Purple

📋 copy color: '#C02BFA'

red 192 ◦ green 43 ◦ blue 250

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

Shades of Electric Purple #C02BFA

Tints of Electric Purple #C02BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.87%

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

R = 39.59%
G = 8.87%
B = 51.55%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C02BFA (or 0xC02BFA) is known color: Electric Purple. HEX triplet: C0, 2B and FA. RGB value is (192,43,250). Sum of RGB (Red+Green+Blue) = 192+43+250=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C02BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BFA is #3FD405. Grayscale: #6E6E6E. Windows color (decimal): -4183046 or 16395200. OLE color: 16395200.

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

Color convert

RGB 192 43 250 -
CMYK 0.23 0.83 0 0.02
HSL 283.19º 0.95% 0.57% -
HSV(B) 283.19º 0.83% 0.98% -
XYZ 39.86 19.84 92.17 -
YUV 111.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 192 43 250 0.23 0.83 0 0.02 283.19 0.95 0.57
Hex C0 2B FA 17 53 0 2 11B 5F 39
Octal 300 53 372 27 123 0 2 433 137 71
Binary 11000000 101011 11111010 10111 1010011 0 10 100011011 1011111 111001

Color Harmonies of #C02BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BFA

Black with #C02BFA

Text Example


Text Example

White with #C02BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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