Html Css Color HEX #C761CB Fuchsia

📋 copy color: '#C761CB'

red 199 ◦ green 97 ◦ blue 203

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

Shades of Fuchsia #C761CB

Tints of Fuchsia #C761CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 39.88%
G = 19.44%
B = 40.68%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C761CB (or 0xC761CB) is known color: Fuchsia. HEX triplet: C7, 61 and CB. RGB value is (199,97,203). Sum of RGB (Red+Green+Blue) = 199+97+203=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C761CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761CB is #389E34. Grayscale: #8B8B8B. Windows color (decimal): -3710517 or 13328839. OLE color: 13328839.

HSL color Cylindrical-coordinate representation of color #C761CB: hue angle of 297.74º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C761CB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 97 203 -
CMYK 0.02 0.52 0 0.20
HSL 297.74º 0.5% 0.59% -
HSV(B) 297.74º 0.52% 0.8% -
XYZ 38.61 25 59.29 -
YUV 139.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 199 97 203 0.02 0.52 0 0.20 297.74 0.5 0.59
Hex C7 61 CB 2 34 0 14 12A 32 3B
Octal 307 141 313 2 64 0 24 452 62 73
Binary 11000111 1100001 11001011 10 110100 0 10100 100101010 110010 111011

Color Harmonies of #C761CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761CB

Black with #C761CB

Text Example


Text Example

White with #C761CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761CB; }

 p { color: rgb(199,97,203); }

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

background-color css

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

 a { background-color: rgb(199,97,203); }

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

border-color css

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

 span { border-color: rgb(199,97,203); }

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