Html Css Color HEX #C63CCA Fuchsia

📋 copy color: '#C63CCA'

red 198 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #C63CCA

Tints of Fuchsia #C63CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

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

R = 43.04%
G = 13.04%
B = 43.91%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C63CCA (or 0xC63CCA) is known color: Fuchsia. HEX triplet: C6, 3C and CA. RGB value is (198,60,202). Sum of RGB (Red+Green+Blue) = 198+60+202=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #C63CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CCA is #39C335. Grayscale: #757575. Windows color (decimal): -3785526 or 13253830. OLE color: 13253830.

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

Color convert

RGB 198 60 202 -
CMYK 0.02 0.70 0 0.21
HSL 298.31º 0.57% 0.51% -
HSV(B) 298.31º 0.7% 0.79% -
XYZ 35.57 19.5 57.77 -
YUV 117.45 175.72 185.45 -
System Red Green Blue C M Y K H S L
Decimal 198 60 202 0.02 0.70 0 0.21 298.31 0.57 0.51
Hex C6 3C CA 2 46 0 15 12A 39 33
Octal 306 74 312 2 106 0 25 452 71 63
Binary 11000110 111100 11001010 10 1000110 0 10101 100101010 111001 110011

Color Harmonies of #C63CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CCA

Black with #C63CCA

Text Example


Text Example

White with #C63CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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