Html Css Color HEX #C372BB Fuchsia

📋 copy color: '#C372BB'

red 195 ◦ green 114 ◦ blue 187

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

Shades of Fuchsia #C372BB

Tints of Fuchsia #C372BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 39.31%
G = 22.98%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C372BB (or 0xC372BB) is known color: Fuchsia. HEX triplet: C3, 72 and BB. RGB value is (195,114,187). Sum of RGB (Red+Green+Blue) = 195+114+187=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C372BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372BB is #3C8D44. Grayscale: #929292. Windows color (decimal): -3968325 or 12284611. OLE color: 12284611.

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

Color convert

RGB 195 114 187 -
CMYK 0 0.42 0.04 0.24
HSL 305.93º 0.4% 0.61% -
HSV(B) 305.93º 0.42% 0.76% -
XYZ 37.49 27.22 50.29 -
YUV 146.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 195 114 187 0 0.42 0.04 0.24 305.93 0.4 0.61
Hex C3 72 BB 0 2A 4 18 132 28 3D
Octal 303 162 273 0 52 4 30 462 50 75
Binary 11000011 1110010 10111011 0 101010 100 11000 100110010 101000 111101

Color Harmonies of #C372BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372BB

Black with #C372BB

Text Example


Text Example

White with #C372BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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