Html Css Color HEX #C375BD Fuchsia

📋 copy color: '#C375BD'

red 195 ◦ green 117 ◦ blue 189

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

Shades of Fuchsia #C375BD

Tints of Fuchsia #C375BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 38.92%
G = 23.35%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C375BD (or 0xC375BD) is known color: Fuchsia. HEX triplet: C3, 75 and BD. RGB value is (195,117,189). Sum of RGB (Red+Green+Blue) = 195+117+189=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C375BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375BD is #3C8A42. Grayscale: #949494. Windows color (decimal): -3967555 or 12416451. OLE color: 12416451.

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

Color convert

RGB 195 117 189 -
CMYK 0 0.4 0.03 0.24
HSL 304.62º 0.39% 0.61% -
HSV(B) 304.62º 0.4% 0.76% -
XYZ 38.05 28 51.54 -
YUV 148.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 195 117 189 0 0.4 0.03 0.24 304.62 0.39 0.61
Hex C3 75 BD 0 28 3 18 131 27 3D
Octal 303 165 275 0 50 3 30 461 47 75
Binary 11000011 1110101 10111101 0 101000 11 11000 100110001 100111 111101

Color Harmonies of #C375BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375BD

Black with #C375BD

Text Example


Text Example

White with #C375BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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