Html Css Color HEX #C64ACA Fuchsia

📋 copy color: '#C64ACA'

red 198 ◦ green 74 ◦ blue 202

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

Shades of Fuchsia #C64ACA

Tints of Fuchsia #C64ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 41.77%
G = 15.61%
B = 42.62%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C64ACA (or 0xC64ACA) is known color: Fuchsia. HEX triplet: C6, 4A and CA. RGB value is (198,74,202). Sum of RGB (Red+Green+Blue) = 198+74+202=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #C64ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ACA is #39B535. Grayscale: #7D7D7D. Windows color (decimal): -3781942 or 13257414. OLE color: 13257414.

HSL color Cylindrical-coordinate representation of color #C64ACA: hue angle of 298.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64ACA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 74 202 -
CMYK 0.02 0.63 0 0.21
HSL 298.13º 0.55% 0.54% -
HSV(B) 298.13º 0.63% 0.79% -
XYZ 36.4 21.17 58.04 -
YUV 125.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 198 74 202 0.02 0.63 0 0.21 298.13 0.55 0.54
Hex C6 4A CA 2 3F 0 15 12A 37 36
Octal 306 112 312 2 77 0 25 452 67 66
Binary 11000110 1001010 11001010 10 111111 0 10101 100101010 110111 110110

Color Harmonies of #C64ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ACA

Black with #C64ACA

Text Example


Text Example

White with #C64ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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