Html Css Color HEX #C661CB Fuchsia

📋 copy color: '#C661CB'

red 198 ◦ green 97 ◦ blue 203

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

Shades of Fuchsia #C661CB

Tints of Fuchsia #C661CB

RGB

 RED value IS 198 (77.73% from 255) = 39.76%

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

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

R = 39.76%
G = 19.48%
B = 40.76%

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

#C661CB (or 0xC661CB) is known color: Fuchsia. HEX triplet: C6, 61 and CB. RGB value is (198,97,203). Sum of RGB (Red+Green+Blue) = 198+97+203=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C661CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661CB is #399E34. Grayscale: #8A8A8A. Windows color (decimal): -3776053 or 13328838. OLE color: 13328838.

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

Color convert

RGB 198 97 203 -
CMYK 0.02 0.52 0 0.20
HSL 297.17º 0.5% 0.59% -
HSV(B) 297.17º 0.52% 0.8% -
XYZ 38.34 24.87 59.28 -
YUV 139.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 198 97 203 0.02 0.52 0 0.20 297.17 0.5 0.59
Hex C6 61 CB 2 34 0 14 129 32 3B
Octal 306 141 313 2 64 0 24 451 62 73
Binary 11000110 1100001 11001011 10 110100 0 10100 100101001 110010 111011

Color Harmonies of #C661CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661CB

Black with #C661CB

Text Example


Text Example

White with #C661CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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