Html Css Color HEX #C64CBC Fuchsia

📋 copy color: '#C64CBC'

red 198 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #C64CBC

Tints of Fuchsia #C64CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 42.86%
G = 16.45%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C64CBC (or 0xC64CBC) is known color: Fuchsia. HEX triplet: C6, 4C and BC. RGB value is (198,76,188). Sum of RGB (Red+Green+Blue) = 198+76+188=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CBC is #39B343. Grayscale: #7C7C7C. Windows color (decimal): -3781444 or 12340422. OLE color: 12340422.

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

Color convert

RGB 198 76 188 -
CMYK 0 0.62 0.05 0.22
HSL 304.92º 0.52% 0.54% -
HSV(B) 304.92º 0.62% 0.78% -
XYZ 34.95 20.81 49.75 -
YUV 125.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 198 76 188 0 0.62 0.05 0.22 304.92 0.52 0.54
Hex C6 4C BC 0 3E 5 16 131 34 36
Octal 306 114 274 0 76 5 26 461 64 66
Binary 11000110 1001100 10111100 0 111110 101 10110 100110001 110100 110110

Color Harmonies of #C64CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CBC

Black with #C64CBC

Text Example


Text Example

White with #C64CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CBC; }

 p { color: rgb(198,76,188); }

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

background-color css

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

 a { background-color: rgb(198,76,188); }

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

border-color css

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

 span { border-color: rgb(198,76,188); }

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