Html Css Color HEX #C311F9 Electric Purple

📋 copy color: '#C311F9'

red 195 ◦ green 17 ◦ blue 249

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

Shades of Electric Purple #C311F9

Tints of Electric Purple #C311F9

RGB

 RED value IS 195 (76.56% from 255) = 42.3%

 GREEN value IS 17 (7.03% from 255) = 3.69%

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 42.3%
G = 3.69%
B = 54.01%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C311F9 (or 0xC311F9) is known color: Electric Purple. HEX triplet: C3, 11 and F9. RGB value is (195,17,249). Sum of RGB (Red+Green+Blue) = 195+17+249=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #C311F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311F9 is #3CEE06. Grayscale: #5F5F5F. Windows color (decimal): -3993095 or 16323011. OLE color: 16323011.

HSL color Cylindrical-coordinate representation of color #C311F9: hue angle of 286.03º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C311F9 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 17 249 -
CMYK 0.22 0.93 0 0.02
HSL 286.03º 0.95% 0.52% -
HSV(B) 286.03º 0.93% 0.98% -
XYZ 39.81 18.84 91.16 -
YUV 96.67 213.97 198.14 -
System Red Green Blue C M Y K H S L
Decimal 195 17 249 0.22 0.93 0 0.02 286.03 0.95 0.52
Hex C3 11 F9 16 5D 0 2 11E 5F 34
Octal 303 21 371 26 135 0 2 436 137 64
Binary 11000011 10001 11111001 10110 1011101 0 10 100011110 1011111 110100

Color Harmonies of #C311F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311F9

Black with #C311F9

Text Example


Text Example

White with #C311F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311F9; }

 p { color: rgb(195,17,249); }

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

background-color css

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

 a { background-color: rgb(195,17,249); }

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

border-color css

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

 span { border-color: rgb(195,17,249); }

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