Html Css Color HEX #C64ABD Fuchsia

📋 copy color: '#C64ABD'

red 198 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #C64ABD

Tints of Fuchsia #C64ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 189 (74.22% from 255) = 41%

R = 42.95%
G = 16.05%
B = 41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C64ABD (or 0xC64ABD) is known color: Fuchsia. HEX triplet: C6, 4A and BD. RGB value is (198,74,189). Sum of RGB (Red+Green+Blue) = 198+74+189=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C64ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ABD is #39B542. Grayscale: #7B7B7B. Windows color (decimal): -3781955 or 12405446. OLE color: 12405446.

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

Color convert

RGB 198 74 189 -
CMYK 0 0.63 0.05 0.22
HSL 304.35º 0.52% 0.53% -
HSV(B) 304.35º 0.63% 0.78% -
XYZ 34.92 20.58 50.28 -
YUV 124.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 198 74 189 0 0.63 0.05 0.22 304.35 0.52 0.53
Hex C6 4A BD 0 3F 5 16 130 34 35
Octal 306 112 275 0 77 5 26 460 64 65
Binary 11000110 1001010 10111101 0 111111 101 10110 100110000 110100 110101

Color Harmonies of #C64ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ABD

Black with #C64ABD

Text Example


Text Example

White with #C64ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ABD; }

 p { color: rgb(198,74,189); }

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

background-color css

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

 a { background-color: rgb(198,74,189); }

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

border-color css

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

 span { border-color: rgb(198,74,189); }

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