Html Css Color HEX #C63ACA Fuchsia

📋 copy color: '#C63ACA'

red 198 ◦ green 58 ◦ blue 202

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

Shades of Fuchsia #C63ACA

Tints of Fuchsia #C63ACA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

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

R = 43.23%
G = 12.66%
B = 44.1%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C63ACA (or 0xC63ACA) is known color: Fuchsia. HEX triplet: C6, 3A and CA. RGB value is (198,58,202). Sum of RGB (Red+Green+Blue) = 198+58+202=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #C63ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ACA is #39C535. Grayscale: #737373. Windows color (decimal): -3786038 or 13253318. OLE color: 13253318.

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

Color convert

RGB 198 58 202 -
CMYK 0.02 0.71 0 0.21
HSL 298.33º 0.58% 0.51% -
HSV(B) 298.33º 0.71% 0.79% -
XYZ 35.46 19.3 57.73 -
YUV 116.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 198 58 202 0.02 0.71 0 0.21 298.33 0.58 0.51
Hex C6 3A CA 2 47 0 15 12A 3A 33
Octal 306 72 312 2 107 0 25 452 72 63
Binary 11000110 111010 11001010 10 1000111 0 10101 100101010 111010 110011

Color Harmonies of #C63ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ACA

Black with #C63ACA

Text Example


Text Example

White with #C63ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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