Html Css Color HEX #C121FD Electric Purple

📋 copy color: '#C121FD'

red 193 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #C121FD

Tints of Electric Purple #C121FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 40.29%
G = 6.89%
B = 52.82%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C121FD (or 0xC121FD) is known color: Electric Purple. HEX triplet: C1, 21 and FD. RGB value is (193,33,253). Sum of RGB (Red+Green+Blue) = 193+33+253=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C121FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121FD is #3EDE02. Grayscale: #696969. Windows color (decimal): -4120067 or 16589249. OLE color: 16589249.

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

Color convert

RGB 193 33 253 -
CMYK 0.24 0.87 0 0.01
HSL 283.64º 0.98% 0.56% -
HSV(B) 283.64º 0.87% 0.99% -
XYZ 40.27 19.52 94.57 -
YUV 105.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 193 33 253 0.24 0.87 0 0.01 283.64 0.98 0.56
Hex C1 21 FD 18 57 0 1 11C 62 38
Octal 301 41 375 30 127 0 1 434 142 70
Binary 11000001 100001 11111101 11000 1010111 0 1 100011100 1100010 111000

Color Harmonies of #C121FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121FD

Black with #C121FD

Text Example


Text Example

White with #C121FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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