Html Css Color HEX #C762BC Fuchsia

📋 copy color: '#C762BC'

red 199 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #C762BC

Tints of Fuchsia #C762BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.21%

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

R = 41.03%
G = 20.21%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C762BC (or 0xC762BC) is known color: Fuchsia. HEX triplet: C7, 62 and BC. RGB value is (199,98,188). Sum of RGB (Red+Green+Blue) = 199+98+188=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C762BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762BC is #389D43. Grayscale: #8A8A8A. Windows color (decimal): -3710276 or 12346055. OLE color: 12346055.

HSL color Cylindrical-coordinate representation of color #C762BC: hue angle of 306.53º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C762BC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 188 -
CMYK 0 0.51 0.06 0.22
HSL 306.53º 0.47% 0.58% -
HSV(B) 306.53º 0.51% 0.78% -
XYZ 37 24.51 50.36 -
YUV 138.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 199 98 188 0 0.51 0.06 0.22 306.53 0.47 0.58
Hex C7 62 BC 0 33 6 16 133 2F 3A
Octal 307 142 274 0 63 6 26 463 57 72
Binary 11000111 1100010 10111100 0 110011 110 10110 100110011 101111 111010

Color Harmonies of #C762BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C762BC

Black with #C762BC

Text Example


Text Example

White with #C762BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C762BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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