Html Css Color HEX #C714F1 Electric Purple

📋 copy color: '#C714F1'

red 199 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #C714F1

Tints of Electric Purple #C714F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.35%

 BLUE value IS 241 (94.53% from 255) = 52.39%

R = 43.26%
G = 4.35%
B = 52.39%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C714F1 (or 0xC714F1) is known color: Electric Purple. HEX triplet: C7, 14 and F1. RGB value is (199,20,241). Sum of RGB (Red+Green+Blue) = 199+20+241=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #C714F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714F1 is #38EB0E. Grayscale: #626262. Windows color (decimal): -3730191 or 15799495. OLE color: 15799495.

HSL color Cylindrical-coordinate representation of color #C714F1: hue angle of 288.6º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C714F1 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 20 241 -
CMYK 0.17 0.92 0 0.05
HSL 288.6º 0.89% 0.51% -
HSV(B) 288.6º 0.92% 0.95% -
XYZ 39.68 18.99 84.79 -
YUV 98.72 208.3 199.53 -
System Red Green Blue C M Y K H S L
Decimal 199 20 241 0.17 0.92 0 0.05 288.6 0.89 0.51
Hex C7 14 F1 11 5C 0 5 121 59 33
Octal 307 24 361 21 134 0 5 441 131 63
Binary 11000111 10100 11110001 10001 1011100 0 101 100100001 1011001 110011

Color Harmonies of #C714F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714F1

Black with #C714F1

Text Example


Text Example

White with #C714F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714F1; }

 p { color: rgb(199,20,241); }

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

background-color css

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

 a { background-color: rgb(199,20,241); }

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

border-color css

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

 span { border-color: rgb(199,20,241); }

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