Html Css Color HEX #C721FB Electric Purple

📋 copy color: '#C721FB'

red 199 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #C721FB

Tints of Electric Purple #C721FB

RGB

 RED value IS 199 (78.13% from 255) = 41.2%

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

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

R = 41.2%
G = 6.83%
B = 51.97%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C721FB (or 0xC721FB) is known color: Electric Purple. HEX triplet: C7, 21 and FB. RGB value is (199,33,251). Sum of RGB (Red+Green+Blue) = 199+33+251=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #C721FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721FB is #38DE04. Grayscale: #6A6A6A. Windows color (decimal): -3726853 or 16458183. OLE color: 16458183.

HSL color Cylindrical-coordinate representation of color #C721FB: hue angle of 285.69º 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 #C721FB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 33 251 -
CMYK 0.21 0.87 0 0.02
HSL 285.69º 0.96% 0.56% -
HSV(B) 285.69º 0.87% 0.98% -
XYZ 41.51 20.19 92.98 -
YUV 107.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 199 33 251 0.21 0.87 0 0.02 285.69 0.96 0.56
Hex C7 21 FB 15 57 0 2 11E 60 38
Octal 307 41 373 25 127 0 2 436 140 70
Binary 11000111 100001 11111011 10101 1010111 0 10 100011110 1100000 111000

Color Harmonies of #C721FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721FB

Black with #C721FB

Text Example


Text Example

White with #C721FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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