Html Css Color HEX #C709FC Electric Purple

📋 copy color: '#C709FC'

red 199 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #C709FC

Tints of Electric Purple #C709FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.96%

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

R = 43.26%
G = 1.96%
B = 54.78%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C709FC (or 0xC709FC) is known color: Electric Purple. HEX triplet: C7, 09 and FC. RGB value is (199,9,252). Sum of RGB (Red+Green+Blue) = 199+9+252=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #C709FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709FC is #38F603. Grayscale: #5C5C5C. Windows color (decimal): -3732996 or 16517575. OLE color: 16517575.

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

Color convert

RGB 199 9 252 -
CMYK 0.21 0.96 0 0.01
HSL 286.91º 0.98% 0.51% -
HSV(B) 286.91º 0.96% 0.99% -
XYZ 41.22 19.37 93.66 -
YUV 93.51 217.45 203.24 -
System Red Green Blue C M Y K H S L
Decimal 199 9 252 0.21 0.96 0 0.01 286.91 0.98 0.51
Hex C7 9 FC 15 60 0 1 11F 62 33
Octal 307 11 374 25 140 0 1 437 142 63
Binary 11000111 1001 11111100 10101 1100000 0 1 100011111 1100010 110011

Color Harmonies of #C709FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709FC

Black with #C709FC

Text Example


Text Example

White with #C709FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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