Html Css Color HEX #C63CCD Fuchsia

📋 copy color: '#C63CCD'

red 198 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #C63CCD

Tints of Fuchsia #C63CCD

RGB

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

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

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

R = 42.76%
G = 12.96%
B = 44.28%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C63CCD (or 0xC63CCD) is known color: Fuchsia. HEX triplet: C6, 3C and CD. RGB value is (198,60,205). Sum of RGB (Red+Green+Blue) = 198+60+205=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CCD is #39C332. Grayscale: #757575. Windows color (decimal): -3785523 or 13450438. OLE color: 13450438.

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

Color convert

RGB 198 60 205 -
CMYK 0.03 0.71 0 0.20
HSL 297.1º 0.59% 0.52% -
HSV(B) 297.1º 0.71% 0.8% -
XYZ 35.92 19.65 59.66 -
YUV 117.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 198 60 205 0.03 0.71 0 0.20 297.1 0.59 0.52
Hex C6 3C CD 3 47 0 14 129 3B 34
Octal 306 74 315 3 107 0 24 451 73 64
Binary 11000110 111100 11001101 11 1000111 0 10100 100101001 111011 110100

Color Harmonies of #C63CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CCD

Black with #C63CCD

Text Example


Text Example

White with #C63CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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