Html Css Color HEX #C63DCD Fuchsia

📋 copy color: '#C63DCD'

red 198 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #C63DCD

Tints of Fuchsia #C63DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.15%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 42.67%
G = 13.15%
B = 44.18%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C63DCD (or 0xC63DCD) is known color: Fuchsia. HEX triplet: C6, 3D and CD. RGB value is (198,61,205). Sum of RGB (Red+Green+Blue) = 198+61+205=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCD is #39C232. Grayscale: #757575. Windows color (decimal): -3785267 or 13450694. OLE color: 13450694.

HSL color Cylindrical-coordinate representation of color #C63DCD: hue angle of 297.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63DCD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 61 205 -
CMYK 0.03 0.70 0 0.20
HSL 297.08º 0.59% 0.52% -
HSV(B) 297.08º 0.7% 0.8% -
XYZ 35.98 19.75 59.67 -
YUV 118.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 198 61 205 0.03 0.70 0 0.20 297.08 0.59 0.52
Hex C6 3D CD 3 46 0 14 129 3B 34
Octal 306 75 315 3 106 0 24 451 73 64
Binary 11000110 111101 11001101 11 1000110 0 10100 100101001 111011 110100

Color Harmonies of #C63DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DCD

Black with #C63DCD

Text Example


Text Example

White with #C63DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DCD; }

 p { color: rgb(198,61,205); }

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

background-color css

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

 a { background-color: rgb(198,61,205); }

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

border-color css

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

 span { border-color: rgb(198,61,205); }

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