Html Css Color HEX #C71CFD Electric Purple

📋 copy color: '#C71CFD'

red 199 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #C71CFD

Tints of Electric Purple #C71CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.83%

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

R = 41.46%
G = 5.83%
B = 52.71%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C71CFD (or 0xC71CFD) is known color: Electric Purple. HEX triplet: C7, 1C and FD. RGB value is (199,28,253). Sum of RGB (Red+Green+Blue) = 199+28+253=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C71CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CFD is #38E302. Grayscale: #686868. Windows color (decimal): -3728131 or 16587975. OLE color: 16587975.

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

Color convert

RGB 199 28 253 -
CMYK 0.21 0.89 0 0.01
HSL 285.6º 0.98% 0.55% -
HSV(B) 285.6º 0.89% 0.99% -
XYZ 41.7 20.06 94.6 -
YUV 104.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 199 28 253 0.21 0.89 0 0.01 285.6 0.98 0.55
Hex C7 1C FD 15 59 0 1 11E 62 37
Octal 307 34 375 25 131 0 1 436 142 67
Binary 11000111 11100 11111101 10101 1011001 0 1 100011110 1100010 110111

Color Harmonies of #C71CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CFD

Black with #C71CFD

Text Example


Text Example

White with #C71CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CFD; }

 p { color: rgb(199,28,253); }

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

background-color css

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

 a { background-color: rgb(199,28,253); }

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

border-color css

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

 span { border-color: rgb(199,28,253); }

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