Html Css Color HEX #C120FB Electric Purple

📋 copy color: '#C120FB'

red 193 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #C120FB

Tints of Electric Purple #C120FB

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

 GREEN value IS 32 (12.89% from 255) = 6.72%

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 40.55%
G = 6.72%
B = 52.73%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C120FB (or 0xC120FB) is known color: Electric Purple. HEX triplet: C1, 20 and FB. RGB value is (193,32,251). Sum of RGB (Red+Green+Blue) = 193+32+251=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #C120FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120FB is #3EDF04. Grayscale: #686868. Windows color (decimal): -4120325 or 16457921. OLE color: 16457921.

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

Color convert

RGB 193 32 251 -
CMYK 0.23 0.87 0 0.02
HSL 284.11º 0.96% 0.55% -
HSV(B) 284.11º 0.87% 0.98% -
XYZ 39.92 19.34 92.89 -
YUV 105.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 193 32 251 0.23 0.87 0 0.02 284.11 0.96 0.55
Hex C1 20 FB 17 57 0 2 11C 60 37
Octal 301 40 373 27 127 0 2 434 140 67
Binary 11000001 100000 11111011 10111 1010111 0 10 100011100 1100000 110111

Color Harmonies of #C120FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120FB

Black with #C120FB

Text Example


Text Example

White with #C120FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120FB; }

 p { color: rgb(193,32,251); }

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

background-color css

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

 a { background-color: rgb(193,32,251); }

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

border-color css

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

 span { border-color: rgb(193,32,251); }

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