Html Css Color HEX #C121FB Electric Purple

📋 copy color: '#C121FB'

red 193 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #C121FB

Tints of Electric Purple #C121FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.92%

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

R = 40.46%
G = 6.92%
B = 52.62%

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

#C121FB (or 0xC121FB) is known color: Electric Purple. HEX triplet: C1, 21 and FB. RGB value is (193,33,251). Sum of RGB (Red+Green+Blue) = 193+33+251=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C121FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121FB is #3EDE04. Grayscale: #686868. Windows color (decimal): -4120069 or 16458177. OLE color: 16458177.

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

Color convert

RGB 193 33 251 -
CMYK 0.23 0.87 0 0.02
HSL 284.04º 0.96% 0.56% -
HSV(B) 284.04º 0.87% 0.98% -
XYZ 39.95 19.39 92.9 -
YUV 105.69 210.01 190.27 -
System Red Green Blue C M Y K H S L
Decimal 193 33 251 0.23 0.87 0 0.02 284.04 0.96 0.56
Hex C1 21 FB 17 57 0 2 11C 60 38
Octal 301 41 373 27 127 0 2 434 140 70
Binary 11000001 100001 11111011 10111 1010111 0 10 100011100 1100000 111000

Color Harmonies of #C121FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121FB

Black with #C121FB

Text Example


Text Example

White with #C121FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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