Html Css Color HEX #C372BE Fuchsia

📋 copy color: '#C372BE'

red 195 ◦ green 114 ◦ blue 190

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

Shades of Fuchsia #C372BE

Tints of Fuchsia #C372BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 39.08%
G = 22.85%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C372BE (or 0xC372BE) is known color: Fuchsia. HEX triplet: C3, 72 and BE. RGB value is (195,114,190). Sum of RGB (Red+Green+Blue) = 195+114+190=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C372BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372BE is #3C8D41. Grayscale: #929292. Windows color (decimal): -3968322 or 12481219. OLE color: 12481219.

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

Color convert

RGB 195 114 190 -
CMYK 0 0.42 0.03 0.24
HSL 303.7º 0.4% 0.61% -
HSV(B) 303.7º 0.42% 0.76% -
XYZ 37.82 27.35 52 -
YUV 146.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 195 114 190 0 0.42 0.03 0.24 303.7 0.4 0.61
Hex C3 72 BE 0 2A 3 18 130 28 3D
Octal 303 162 276 0 52 3 30 460 50 75
Binary 11000011 1110010 10111110 0 101010 11 11000 100110000 101000 111101

Color Harmonies of #C372BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372BE

Black with #C372BE

Text Example


Text Example

White with #C372BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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