Html Css Color HEX #C372BF Fuchsia

📋 copy color: '#C372BF'

red 195 ◦ green 114 ◦ blue 191

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

Shades of Fuchsia #C372BF

Tints of Fuchsia #C372BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 39%
G = 22.8%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C372BF (or 0xC372BF) is known color: Fuchsia. HEX triplet: C3, 72 and BF. RGB value is (195,114,191). Sum of RGB (Red+Green+Blue) = 195+114+191=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C372BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372BF is #3C8D40. Grayscale: #929292. Windows color (decimal): -3968321 or 12546755. OLE color: 12546755.

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

Color convert

RGB 195 114 191 -
CMYK 0 0.42 0.02 0.24
HSL 302.96º 0.4% 0.61% -
HSV(B) 302.96º 0.42% 0.76% -
XYZ 37.93 27.4 52.58 -
YUV 147 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 195 114 191 0 0.42 0.02 0.24 302.96 0.4 0.61
Hex C3 72 BF 0 2A 2 18 12F 28 3D
Octal 303 162 277 0 52 2 30 457 50 75
Binary 11000011 1110010 10111111 0 101010 10 11000 100101111 101000 111101

Color Harmonies of #C372BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372BF

Black with #C372BF

Text Example


Text Example

White with #C372BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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