Html Css Color HEX #C372B3 Fuchsia

📋 copy color: '#C372B3'

red 195 ◦ green 114 ◦ blue 179

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

Shades of Fuchsia #C372B3

Tints of Fuchsia #C372B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 39.96%
G = 23.36%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C372B3 (or 0xC372B3) is known color: Fuchsia. HEX triplet: C3, 72 and B3. RGB value is (195,114,179). Sum of RGB (Red+Green+Blue) = 195+114+179=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C372B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372B3 is #3C8D4C. Grayscale: #919191. Windows color (decimal): -3968333 or 11760323. OLE color: 11760323.

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

Color convert

RGB 195 114 179 -
CMYK 0 0.42 0.08 0.24
HSL 311.85º 0.4% 0.61% -
HSV(B) 311.85º 0.42% 0.76% -
XYZ 36.66 26.89 45.91 -
YUV 145.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 195 114 179 0 0.42 0.08 0.24 311.85 0.4 0.61
Hex C3 72 B3 0 2A 8 18 138 28 3D
Octal 303 162 263 0 52 10 30 470 50 75
Binary 11000011 1110010 10110011 0 101010 1000 11000 100111000 101000 111101

Color Harmonies of #C372B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372B3

Black with #C372B3

Text Example


Text Example

White with #C372B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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