Html Css Color HEX #C64BB0 Fuchsia

📋 copy color: '#C64BB0'

red 198 ◦ green 75 ◦ blue 176

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

Shades of Fuchsia #C64BB0

Tints of Fuchsia #C64BB0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.7%

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 44.1%
G = 16.7%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C64BB0 (or 0xC64BB0) is known color: Fuchsia. HEX triplet: C6, 4B and B0. RGB value is (198,75,176). Sum of RGB (Red+Green+Blue) = 198+75+176=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BB0 is #39B44F. Grayscale: #7B7B7B. Windows color (decimal): -3781712 or 11553734. OLE color: 11553734.

HSL color Cylindrical-coordinate representation of color #C64BB0: hue angle of 310.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64BB0 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 176 -
CMYK 0 0.62 0.11 0.22
HSL 310.73º 0.52% 0.54% -
HSV(B) 310.73º 0.62% 0.78% -
XYZ 33.64 20.17 43.19 -
YUV 123.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 198 75 176 0 0.62 0.11 0.22 310.73 0.52 0.54
Hex C6 4B B0 0 3E B 16 137 34 36
Octal 306 113 260 0 76 13 26 467 64 66
Binary 11000110 1001011 10110000 0 111110 1011 10110 100110111 110100 110110

Color Harmonies of #C64BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BB0

Black with #C64BB0

Text Example


Text Example

White with #C64BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BB0; }

 p { color: rgb(198,75,176); }

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

background-color css

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

 a { background-color: rgb(198,75,176); }

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

border-color css

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

 span { border-color: rgb(198,75,176); }

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