Html Css Color HEX #C662BB Fuchsia

📋 copy color: '#C662BB'

red 198 ◦ green 98 ◦ blue 187

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

Shades of Fuchsia #C662BB

Tints of Fuchsia #C662BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 40.99%
G = 20.29%
B = 38.72%

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

#C662BB (or 0xC662BB) is known color: Fuchsia. HEX triplet: C6, 62 and BB. RGB value is (198,98,187). Sum of RGB (Red+Green+Blue) = 198+98+187=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C662BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662BB is #399D44. Grayscale: #898989. Windows color (decimal): -3775813 or 12280518. OLE color: 12280518.

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

Color convert

RGB 198 98 187 -
CMYK 0 0.51 0.06 0.22
HSL 306.6º 0.47% 0.58% -
HSV(B) 306.6º 0.51% 0.78% -
XYZ 36.63 24.33 49.78 -
YUV 138.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 198 98 187 0 0.51 0.06 0.22 306.6 0.47 0.58
Hex C6 62 BB 0 33 6 16 133 2F 3A
Octal 306 142 273 0 63 6 26 463 57 72
Binary 11000110 1100010 10111011 0 110011 110 10110 100110011 101111 111010

Color Harmonies of #C662BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C662BB

Black with #C662BB

Text Example


Text Example

White with #C662BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C662BB; }

 p { color: rgb(198,98,187); }

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

background-color css

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

 a { background-color: rgb(198,98,187); }

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

border-color css

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

 span { border-color: rgb(198,98,187); }

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