Html Css Color HEX #C63CD0 Fuchsia

📋 copy color: '#C63CD0'

red 198 ◦ green 60 ◦ blue 208

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

Shades of Fuchsia #C63CD0

Tints of Fuchsia #C63CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 42.49%
G = 12.88%
B = 44.64%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C63CD0 (or 0xC63CD0) is known color: Fuchsia. HEX triplet: C6, 3C and D0. RGB value is (198,60,208). Sum of RGB (Red+Green+Blue) = 198+60+208=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #C63CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CD0 is #39C32F. Grayscale: #757575. Windows color (decimal): -3785520 or 13647046. OLE color: 13647046.

HSL color Cylindrical-coordinate representation of color #C63CD0: hue angle of 295.95º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63CD0 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 60 208 -
CMYK 0.05 0.71 0 0.18
HSL 295.95º 0.61% 0.53% -
HSV(B) 295.95º 0.71% 0.82% -
XYZ 36.29 19.79 61.58 -
YUV 118.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 198 60 208 0.05 0.71 0 0.18 295.95 0.61 0.53
Hex C6 3C D0 5 47 0 12 128 3D 35
Octal 306 74 320 5 107 0 22 450 75 65
Binary 11000110 111100 11010000 101 1000111 0 10010 100101000 111101 110101

Color Harmonies of #C63CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CD0

Black with #C63CD0

Text Example


Text Example

White with #C63CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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