Html Css Color HEX #C375BB Fuchsia

📋 copy color: '#C375BB'

red 195 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #C375BB

Tints of Fuchsia #C375BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.45%

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 39.08%
G = 23.45%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C375BB (or 0xC375BB) is known color: Fuchsia. HEX triplet: C3, 75 and BB. RGB value is (195,117,187). Sum of RGB (Red+Green+Blue) = 195+117+187=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C375BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375BB is #3C8A44. Grayscale: #949494. Windows color (decimal): -3967557 or 12285379. OLE color: 12285379.

HSL color Cylindrical-coordinate representation of color #C375BB: hue angle of 306.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375BB is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 187 -
CMYK 0 0.4 0.04 0.24
HSL 306.15º 0.39% 0.61% -
HSV(B) 306.15º 0.4% 0.76% -
XYZ 37.84 27.91 50.41 -
YUV 148.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 195 117 187 0 0.4 0.04 0.24 306.15 0.39 0.61
Hex C3 75 BB 0 28 4 18 132 27 3D
Octal 303 165 273 0 50 4 30 462 47 75
Binary 11000011 1110101 10111011 0 101000 100 11000 100110010 100111 111101

Color Harmonies of #C375BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375BB

Black with #C375BB

Text Example


Text Example

White with #C375BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375BB; }

 p { color: rgb(195,117,187); }

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

background-color css

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

 a { background-color: rgb(195,117,187); }

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

border-color css

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

 span { border-color: rgb(195,117,187); }

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