Html Css Color HEX #C772B5 Fuchsia

📋 copy color: '#C772B5'

red 199 ◦ green 114 ◦ blue 181

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

Shades of Fuchsia #C772B5

Tints of Fuchsia #C772B5

RGB

 RED value IS 199 (78.13% from 255) = 40.28%

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

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 40.28%
G = 23.08%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C772B5 (or 0xC772B5) is known color: Fuchsia. HEX triplet: C7, 72 and B5. RGB value is (199,114,181). Sum of RGB (Red+Green+Blue) = 199+114+181=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C772B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772B5 is #388D4A. Grayscale: #929292. Windows color (decimal): -3706187 or 11891399. OLE color: 11891399.

HSL color Cylindrical-coordinate representation of color #C772B5: hue angle of 312.71º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C772B5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 181 -
CMYK 0 0.43 0.09 0.22
HSL 312.71º 0.43% 0.61% -
HSV(B) 312.71º 0.43% 0.78% -
XYZ 37.91 27.51 47.03 -
YUV 147.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 199 114 181 0 0.43 0.09 0.22 312.71 0.43 0.61
Hex C7 72 B5 0 2B 9 16 139 2B 3D
Octal 307 162 265 0 53 11 26 471 53 75
Binary 11000111 1110010 10110101 0 101011 1001 10110 100111001 101011 111101

Color Harmonies of #C772B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772B5

Black with #C772B5

Text Example


Text Example

White with #C772B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772B5; }

 p { color: rgb(199,114,181); }

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

background-color css

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

 a { background-color: rgb(199,114,181); }

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

border-color css

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

 span { border-color: rgb(199,114,181); }

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