Html Css Color HEX #C721FC Electric Purple

📋 copy color: '#C721FC'

red 199 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #C721FC

Tints of Electric Purple #C721FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 41.12%
G = 6.82%
B = 52.07%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C721FC (or 0xC721FC) is known color: Electric Purple. HEX triplet: C7, 21 and FC. RGB value is (199,33,252). Sum of RGB (Red+Green+Blue) = 199+33+252=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C721FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721FC is #38DE03. Grayscale: #6A6A6A. Windows color (decimal): -3726852 or 16523719. OLE color: 16523719.

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

Color convert

RGB 199 33 252 -
CMYK 0.21 0.87 0 0.01
HSL 285.48º 0.97% 0.56% -
HSV(B) 285.48º 0.87% 0.99% -
XYZ 41.67 20.26 93.81 -
YUV 107.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 199 33 252 0.21 0.87 0 0.01 285.48 0.97 0.56
Hex C7 21 FC 15 57 0 1 11D 61 38
Octal 307 41 374 25 127 0 1 435 141 70
Binary 11000111 100001 11111100 10101 1010111 0 1 100011101 1100001 111000

Color Harmonies of #C721FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721FC

Black with #C721FC

Text Example


Text Example

White with #C721FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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