Html Css Color HEX #C370B2 Fuchsia

📋 copy color: '#C370B2'

red 195 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #C370B2

Tints of Fuchsia #C370B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 40.21%
G = 23.09%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C370B2 (or 0xC370B2) is known color: Fuchsia. HEX triplet: C3, 70 and B2. RGB value is (195,112,178). Sum of RGB (Red+Green+Blue) = 195+112+178=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370B2 is #3C8F4D. Grayscale: #909090. Windows color (decimal): -3968846 or 11694275. OLE color: 11694275.

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

Color convert

RGB 195 112 178 -
CMYK 0 0.43 0.09 0.24
HSL 312.29º 0.41% 0.6% -
HSV(B) 312.29º 0.43% 0.76% -
XYZ 36.34 26.4 45.3 -
YUV 144.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 195 112 178 0 0.43 0.09 0.24 312.29 0.41 0.6
Hex C3 70 B2 0 2B 9 18 138 29 3C
Octal 303 160 262 0 53 11 30 470 51 74
Binary 11000011 1110000 10110010 0 101011 1001 11000 100111000 101001 111100

Color Harmonies of #C370B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370B2

Black with #C370B2

Text Example


Text Example

White with #C370B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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