Html Css Color HEX #C761CC Fuchsia

📋 copy color: '#C761CC'

red 199 ◦ green 97 ◦ blue 204

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

Shades of Fuchsia #C761CC

Tints of Fuchsia #C761CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 39.8%
G = 19.4%
B = 40.8%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C761CC (or 0xC761CC) is known color: Fuchsia. HEX triplet: C7, 61 and CC. RGB value is (199,97,204). Sum of RGB (Red+Green+Blue) = 199+97+204=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C761CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761CC is #389E33. Grayscale: #8B8B8B. Windows color (decimal): -3710516 or 13394375. OLE color: 13394375.

HSL color Cylindrical-coordinate representation of color #C761CC: hue angle of 297.2º degrees, saturation: 0.51, 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 #C761CC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 97 204 -
CMYK 0.02 0.52 0 0.2
HSL 297.2º 0.51% 0.59% -
HSV(B) 297.2º 0.52% 0.8% -
XYZ 38.73 25.05 59.92 -
YUV 139.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 199 97 204 0.02 0.52 0 0.2 297.2 0.51 0.59
Hex C7 61 CC 2 34 0 14 129 33 3B
Octal 307 141 314 2 64 0 24 451 63 73
Binary 11000111 1100001 11001100 10 110100 0 10100 100101001 110011 111011

Color Harmonies of #C761CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761CC

Black with #C761CC

Text Example


Text Example

White with #C761CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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