Html Css Color HEX #C370AE Fuchsia

📋 copy color: '#C370AE'

red 195 ◦ green 112 ◦ blue 174

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

Shades of Fuchsia #C370AE

Tints of Fuchsia #C370AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 40.54%
G = 23.28%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C370AE (or 0xC370AE) is known color: Fuchsia. HEX triplet: C3, 70 and AE. RGB value is (195,112,174). Sum of RGB (Red+Green+Blue) = 195+112+174=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C370AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370AE is #3C8F51. Grayscale: #8F8F8F. Windows color (decimal): -3968850 or 11432131. OLE color: 11432131.

HSL color Cylindrical-coordinate representation of color #C370AE: hue angle of 315.18º 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 #C370AE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 174 -
CMYK 0 0.43 0.11 0.24
HSL 315.18º 0.41% 0.6% -
HSV(B) 315.18º 0.43% 0.76% -
XYZ 35.94 26.25 43.22 -
YUV 143.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 195 112 174 0 0.43 0.11 0.24 315.18 0.41 0.6
Hex C3 70 AE 0 2B B 18 13B 29 3C
Octal 303 160 256 0 53 13 30 473 51 74
Binary 11000011 1110000 10101110 0 101011 1011 11000 100111011 101001 111100

Color Harmonies of #C370AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370AE

Black with #C370AE

Text Example


Text Example

White with #C370AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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