Html Css Color HEX #C373BD Fuchsia

📋 copy color: '#C373BD'

red 195 ◦ green 115 ◦ blue 189

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

Shades of Fuchsia #C373BD

Tints of Fuchsia #C373BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.05%

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

R = 39.08%
G = 23.05%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C373BD (or 0xC373BD) is known color: Fuchsia. HEX triplet: C3, 73 and BD. RGB value is (195,115,189). Sum of RGB (Red+Green+Blue) = 195+115+189=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C373BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373BD is #3C8C42. Grayscale: #939393. Windows color (decimal): -3968067 or 12415939. OLE color: 12415939.

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

Color convert

RGB 195 115 189 -
CMYK 0 0.41 0.03 0.24
HSL 304.5º 0.4% 0.61% -
HSV(B) 304.5º 0.41% 0.76% -
XYZ 37.82 27.54 51.47 -
YUV 147.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 195 115 189 0 0.41 0.03 0.24 304.5 0.4 0.61
Hex C3 73 BD 0 29 3 18 130 28 3D
Octal 303 163 275 0 51 3 30 460 50 75
Binary 11000011 1110011 10111101 0 101001 11 11000 100110000 101000 111101

Color Harmonies of #C373BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373BD

Black with #C373BD

Text Example


Text Example

White with #C373BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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