Html Css Color HEX #C772BC Fuchsia

📋 copy color: '#C772BC'

red 199 ◦ green 114 ◦ blue 188

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

Shades of Fuchsia #C772BC

Tints of Fuchsia #C772BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 39.72%
G = 22.75%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C772BC (or 0xC772BC) is known color: Fuchsia. HEX triplet: C7, 72 and BC. RGB value is (199,114,188). Sum of RGB (Red+Green+Blue) = 199+114+188=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C772BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772BC is #388D43. Grayscale: #939393. Windows color (decimal): -3706180 or 12350151. OLE color: 12350151.

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

Color convert

RGB 199 114 188 -
CMYK 0 0.43 0.06 0.22
HSL 307.76º 0.43% 0.61% -
HSV(B) 307.76º 0.43% 0.78% -
XYZ 38.65 27.81 50.91 -
YUV 147.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 199 114 188 0 0.43 0.06 0.22 307.76 0.43 0.61
Hex C7 72 BC 0 2B 6 16 134 2B 3D
Octal 307 162 274 0 53 6 26 464 53 75
Binary 11000111 1110010 10111100 0 101011 110 10110 100110100 101011 111101

Color Harmonies of #C772BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772BC

Black with #C772BC

Text Example


Text Example

White with #C772BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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