Html Css Color HEX #C63DB9 Fuchsia

📋 copy color: '#C63DB9'

red 198 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #C63DB9

Tints of Fuchsia #C63DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 44.59%
G = 13.74%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C63DB9 (or 0xC63DB9) is known color: Fuchsia. HEX triplet: C6, 3D and B9. RGB value is (198,61,185). Sum of RGB (Red+Green+Blue) = 198+61+185=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DB9 is #39C246. Grayscale: #737373. Windows color (decimal): -3785287 or 12139974. OLE color: 12139974.

HSL color Cylindrical-coordinate representation of color #C63DB9: hue angle of 305.69º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63DB9 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 185 -
CMYK 0 0.69 0.07 0.22
HSL 305.69º 0.55% 0.51% -
HSV(B) 305.69º 0.69% 0.78% -
XYZ 33.71 18.85 47.76 -
YUV 116.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 198 61 185 0 0.69 0.07 0.22 305.69 0.55 0.51
Hex C6 3D B9 0 45 7 16 132 37 33
Octal 306 75 271 0 105 7 26 462 67 63
Binary 11000110 111101 10111001 0 1000101 111 10110 100110010 110111 110011

Color Harmonies of #C63DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DB9

Black with #C63DB9

Text Example


Text Example

White with #C63DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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