Html Css Color HEX #C370AF Fuchsia

📋 copy color: '#C370AF'

red 195 ◦ green 112 ◦ blue 175

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

Shades of Fuchsia #C370AF

Tints of Fuchsia #C370AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 40.46%
G = 23.24%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C370AF (or 0xC370AF) is known color: Fuchsia. HEX triplet: C3, 70 and AF. RGB value is (195,112,175). Sum of RGB (Red+Green+Blue) = 195+112+175=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C370AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370AF is #3C8F50. Grayscale: #8F8F8F. Windows color (decimal): -3968849 or 11497667. OLE color: 11497667.

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

Color convert

RGB 195 112 175 -
CMYK 0 0.43 0.10 0.24
HSL 314.46º 0.41% 0.6% -
HSV(B) 314.46º 0.43% 0.76% -
XYZ 36.04 26.29 43.73 -
YUV 144 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 195 112 175 0 0.43 0.10 0.24 314.46 0.41 0.6
Hex C3 70 AF 0 2B A 18 13A 29 3C
Octal 303 160 257 0 53 12 30 472 51 74
Binary 11000011 1110000 10101111 0 101011 1010 11000 100111010 101001 111100

Color Harmonies of #C370AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370AF

Black with #C370AF

Text Example


Text Example

White with #C370AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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