Html Css Color HEX #C372BA Fuchsia

📋 copy color: '#C372BA'

red 195 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #C372BA

Tints of Fuchsia #C372BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 39.39%
G = 23.03%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C372BA (or 0xC372BA) is known color: Fuchsia. HEX triplet: C3, 72 and BA. RGB value is (195,114,186). Sum of RGB (Red+Green+Blue) = 195+114+186=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C372BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372BA is #3C8D45. Grayscale: #929292. Windows color (decimal): -3968326 or 12219075. OLE color: 12219075.

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

Color convert

RGB 195 114 186 -
CMYK 0 0.42 0.05 0.24
HSL 306.67º 0.4% 0.61% -
HSV(B) 306.67º 0.42% 0.76% -
XYZ 37.39 27.18 49.73 -
YUV 146.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 195 114 186 0 0.42 0.05 0.24 306.67 0.4 0.61
Hex C3 72 BA 0 2A 5 18 133 28 3D
Octal 303 162 272 0 52 5 30 463 50 75
Binary 11000011 1110010 10111010 0 101010 101 11000 100110011 101000 111101

Color Harmonies of #C372BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372BA

Black with #C372BA

Text Example


Text Example

White with #C372BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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