Html Css Color HEX #C370B6 Fuchsia

📋 copy color: '#C370B6'

red 195 ◦ green 112 ◦ blue 182

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

Shades of Fuchsia #C370B6

Tints of Fuchsia #C370B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.22%

R = 39.88%
G = 22.9%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C370B6 (or 0xC370B6) is known color: Fuchsia. HEX triplet: C3, 70 and B6. RGB value is (195,112,182). Sum of RGB (Red+Green+Blue) = 195+112+182=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370B6 is #3C8F49. Grayscale: #909090. Windows color (decimal): -3968842 or 11956419. OLE color: 11956419.

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

Color convert

RGB 195 112 182 -
CMYK 0 0.43 0.07 0.24
HSL 309.4º 0.41% 0.6% -
HSV(B) 309.4º 0.43% 0.76% -
XYZ 36.74 26.57 47.45 -
YUV 144.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 195 112 182 0 0.43 0.07 0.24 309.4 0.41 0.6
Hex C3 70 B6 0 2B 7 18 135 29 3C
Octal 303 160 266 0 53 7 30 465 51 74
Binary 11000011 1110000 10110110 0 101011 111 11000 100110101 101001 111100

Color Harmonies of #C370B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370B6

Black with #C370B6

Text Example


Text Example

White with #C370B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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