Html Css Color HEX #C64BBB Fuchsia

📋 copy color: '#C64BBB'

red 198 ◦ green 75 ◦ blue 187

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

Shades of Fuchsia #C64BBB

Tints of Fuchsia #C64BBB

RGB

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

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

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

R = 43.04%
G = 16.3%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C64BBB (or 0xC64BBB) is known color: Fuchsia. HEX triplet: C6, 4B and BB. RGB value is (198,75,187). Sum of RGB (Red+Green+Blue) = 198+75+187=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BBB is #39B444. Grayscale: #7C7C7C. Windows color (decimal): -3781701 or 12274630. OLE color: 12274630.

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

Color convert

RGB 198 75 187 -
CMYK 0 0.62 0.06 0.22
HSL 305.37º 0.52% 0.54% -
HSV(B) 305.37º 0.62% 0.78% -
XYZ 34.77 20.63 49.16 -
YUV 124.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 198 75 187 0 0.62 0.06 0.22 305.37 0.52 0.54
Hex C6 4B BB 0 3E 6 16 131 34 36
Octal 306 113 273 0 76 6 26 461 64 66
Binary 11000110 1001011 10111011 0 111110 110 10110 100110001 110100 110110

Color Harmonies of #C64BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BBB

Black with #C64BBB

Text Example


Text Example

White with #C64BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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