Html Css Color HEX #C370C1 Fuchsia

📋 copy color: '#C370C1'

red 195 ◦ green 112 ◦ blue 193

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

Shades of Fuchsia #C370C1

Tints of Fuchsia #C370C1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 193 (75.78% from 255) = 38.6%

R = 39%
G = 22.4%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C370C1 (or 0xC370C1) is known color: Fuchsia. HEX triplet: C3, 70 and C1. RGB value is (195,112,193). Sum of RGB (Red+Green+Blue) = 195+112+193=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C370C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370C1 is #3C8F3E. Grayscale: #919191. Windows color (decimal): -3968831 or 12677315. OLE color: 12677315.

HSL color Cylindrical-coordinate representation of color #C370C1: hue angle of 301.45º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370C1 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 193 -
CMYK 0 0.43 0.01 0.24
HSL 301.45º 0.41% 0.6% -
HSV(B) 301.45º 0.43% 0.76% -
XYZ 37.93 27.04 53.67 -
YUV 146.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 195 112 193 0 0.43 0.01 0.24 301.45 0.41 0.6
Hex C3 70 C1 0 2B 1 18 12D 29 3C
Octal 303 160 301 0 53 1 30 455 51 74
Binary 11000011 1110000 11000001 0 101011 1 11000 100101101 101001 111100

Color Harmonies of #C370C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370C1

Black with #C370C1

Text Example


Text Example

White with #C370C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370C1; }

 p { color: rgb(195,112,193); }

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

background-color css

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

 a { background-color: rgb(195,112,193); }

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

border-color css

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

 span { border-color: rgb(195,112,193); }

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