Html Css Color HEX #C319FC Electric Purple

📋 copy color: '#C319FC'

red 195 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #C319FC

Tints of Electric Purple #C319FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 41.31%
G = 5.3%
B = 53.39%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C319FC (or 0xC319FC) is known color: Electric Purple. HEX triplet: C3, 19 and FC. RGB value is (195,25,252). Sum of RGB (Red+Green+Blue) = 195+25+252=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C319FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C319FC is #3CE603. Grayscale: #646464. Windows color (decimal): -3991044 or 16521667. OLE color: 16521667.

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

Color convert

RGB 195 25 252 -
CMYK 0.23 0.90 0 0.01
HSL 284.93º 0.97% 0.54% -
HSV(B) 284.93º 0.9% 0.99% -
XYZ 40.42 19.33 93.7 -
YUV 101.71 212.82 194.54 -
System Red Green Blue C M Y K H S L
Decimal 195 25 252 0.23 0.90 0 0.01 284.93 0.97 0.54
Hex C3 19 FC 17 5A 0 1 11D 61 36
Octal 303 31 374 27 132 0 1 435 141 66
Binary 11000011 11001 11111100 10111 1011010 0 1 100011101 1100001 110110

Color Harmonies of #C319FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319FC

Black with #C319FC

Text Example


Text Example

White with #C319FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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