Html Css Color HEX #C713FB Electric Purple

📋 copy color: '#C713FB'

red 199 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #C713FB

Tints of Electric Purple #C713FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.05%

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 42.43%
G = 4.05%
B = 53.52%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C713FB (or 0xC713FB) is known color: Electric Purple. HEX triplet: C7, 13 and FB. RGB value is (199,19,251). Sum of RGB (Red+Green+Blue) = 199+19+251=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C713FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C713FB is #38EC04. Grayscale: #626262. Windows color (decimal): -3730437 or 16454599. OLE color: 16454599.

HSL color Cylindrical-coordinate representation of color #C713FB: hue angle of 286.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C713FB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 19 251 -
CMYK 0.21 0.92 0 0.02
HSL 286.55º 0.97% 0.53% -
HSV(B) 286.55º 0.92% 0.98% -
XYZ 41.2 19.57 92.87 -
YUV 99.27 213.63 199.14 -
System Red Green Blue C M Y K H S L
Decimal 199 19 251 0.21 0.92 0 0.02 286.55 0.97 0.53
Hex C7 13 FB 15 5C 0 2 11F 61 35
Octal 307 23 373 25 134 0 2 437 141 65
Binary 11000111 10011 11111011 10101 1011100 0 10 100011111 1100001 110101

Color Harmonies of #C713FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C713FB

Black with #C713FB

Text Example


Text Example

White with #C713FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C713FB; }

 p { color: rgb(199,19,251); }

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

background-color css

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

 a { background-color: rgb(199,19,251); }

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

border-color css

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

 span { border-color: rgb(199,19,251); }

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