Html Css Color HEX #C319FB Electric Purple

📋 copy color: '#C319FB'

red 195 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #C319FB

Tints of Electric Purple #C319FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.31%

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

R = 41.4%
G = 5.31%
B = 53.29%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C319FB (or 0xC319FB) is known color: Electric Purple. HEX triplet: C3, 19 and FB. RGB value is (195,25,251). Sum of RGB (Red+Green+Blue) = 195+25+251=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #C319FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C319FB is #3CE604. Grayscale: #646464. Windows color (decimal): -3991045 or 16456131. OLE color: 16456131.

HSL color Cylindrical-coordinate representation of color #C319FB: hue angle of 285.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C319FB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 25 251 -
CMYK 0.22 0.90 0 0.02
HSL 285.13º 0.97% 0.54% -
HSV(B) 285.13º 0.9% 0.98% -
XYZ 40.27 19.26 92.86 -
YUV 101.59 212.32 194.62 -
System Red Green Blue C M Y K H S L
Decimal 195 25 251 0.22 0.90 0 0.02 285.13 0.97 0.54
Hex C3 19 FB 16 5A 0 2 11D 61 36
Octal 303 31 373 26 132 0 2 435 141 66
Binary 11000011 11001 11111011 10110 1011010 0 10 100011101 1100001 110110

Color Harmonies of #C319FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319FB

Black with #C319FB

Text Example


Text Example

White with #C319FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319FB; }

 p { color: rgb(195,25,251); }

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

background-color css

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

 a { background-color: rgb(195,25,251); }

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

border-color css

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

 span { border-color: rgb(195,25,251); }

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