Html Css Color HEX #C700F1 Electric Purple

📋 copy color: '#C700F1'

red 199 ◦ green 0 ◦ blue 241

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

Shades of Electric Purple #C700F1

Tints of Electric Purple #C700F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.23%
G = 0%
B = 54.77%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C700F1 (or 0xC700F1) is known color: Electric Purple. HEX triplet: C7, 00 and F1. RGB value is (199,0,241). Sum of RGB (Red+Green+Blue) = 199+0+241=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #C700F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700F1 is #38FF0E. Grayscale: #565656. Windows color (decimal): -3735311 or 15794375. OLE color: 15794375.

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

Color convert

RGB 199 0 241 -
CMYK 0.17 1 0 0.05
HSL 289.54º 1% 0.47% -
HSV(B) 289.54º 1% 0.95% -
XYZ 39.43 18.49 84.71 -
YUV 86.98 214.93 207.9 -
System Red Green Blue C M Y K H S L
Decimal 199 0 241 0.17 1 0 0.05 289.54 1 0.47
Hex C7 0 F1 11 64 0 5 122 64 2F
Octal 307 0 361 21 144 0 5 442 144 57
Binary 11000111 0 11110001 10001 1100100 0 101 100100010 1100100 101111

Color Harmonies of #C700F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700F1

Black with #C700F1

Text Example


Text Example

White with #C700F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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