Html Css Color HEX #C772B3 Fuchsia

📋 copy color: '#C772B3'

red 199 ◦ green 114 ◦ blue 179

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

Shades of Fuchsia #C772B3

Tints of Fuchsia #C772B3

RGB

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

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

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

R = 40.45%
G = 23.17%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C772B3 (or 0xC772B3) is known color: Fuchsia. HEX triplet: C7, 72 and B3. RGB value is (199,114,179). Sum of RGB (Red+Green+Blue) = 199+114+179=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C772B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772B3 is #388D4C. Grayscale: #929292. Windows color (decimal): -3706189 or 11760327. OLE color: 11760327.

HSL color Cylindrical-coordinate representation of color #C772B3: hue angle of 314.12º 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 #C772B3 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 179 -
CMYK 0 0.43 0.10 0.22
HSL 314.12º 0.43% 0.61% -
HSV(B) 314.12º 0.43% 0.78% -
XYZ 37.71 27.43 45.96 -
YUV 146.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 199 114 179 0 0.43 0.10 0.22 314.12 0.43 0.61
Hex C7 72 B3 0 2B A 16 13A 2B 3D
Octal 307 162 263 0 53 12 26 472 53 75
Binary 11000111 1110010 10110011 0 101011 1010 10110 100111010 101011 111101

Color Harmonies of #C772B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772B3

Black with #C772B3

Text Example


Text Example

White with #C772B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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