Html Css Color HEX #C313F3 Electric Purple

📋 copy color: '#C313F3'

red 195 ◦ green 19 ◦ blue 243

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

Shades of Electric Purple #C313F3

Tints of Electric Purple #C313F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.17%

R = 42.67%
G = 4.16%
B = 53.17%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C313F3 (or 0xC313F3) is known color: Electric Purple. HEX triplet: C3, 13 and F3. RGB value is (195,19,243). Sum of RGB (Red+Green+Blue) = 195+19+243=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #C313F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313F3 is #3CEC0C. Grayscale: #606060. Windows color (decimal): -3992589 or 15930307. OLE color: 15930307.

HSL color Cylindrical-coordinate representation of color #C313F3: hue angle of 287.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313F3 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 19 243 -
CMYK 0.20 0.92 0 0.05
HSL 287.14º 0.9% 0.51% -
HSV(B) 287.14º 0.92% 0.95% -
XYZ 38.92 18.54 86.32 -
YUV 97.16 210.31 197.79 -
System Red Green Blue C M Y K H S L
Decimal 195 19 243 0.20 0.92 0 0.05 287.14 0.9 0.51
Hex C3 13 F3 14 5C 0 5 11F 5A 33
Octal 303 23 363 24 134 0 5 437 132 63
Binary 11000011 10011 11110011 10100 1011100 0 101 100011111 1011010 110011

Color Harmonies of #C313F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313F3

Black with #C313F3

Text Example


Text Example

White with #C313F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313F3; }

 p { color: rgb(195,19,243); }

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

background-color css

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

 a { background-color: rgb(195,19,243); }

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

border-color css

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

 span { border-color: rgb(195,19,243); }

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