Html Css Color HEX #C63CBD Fuchsia

📋 copy color: '#C63CBD'

red 198 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #C63CBD

Tints of Fuchsia #C63CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 44.3%
G = 13.42%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C63CBD (or 0xC63CBD) is known color: Fuchsia. HEX triplet: C6, 3C and BD. RGB value is (198,60,189). Sum of RGB (Red+Green+Blue) = 198+60+189=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CBD is #39C342. Grayscale: #737373. Windows color (decimal): -3785539 or 12401862. OLE color: 12401862.

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

Color convert

RGB 198 60 189 -
CMYK 0 0.70 0.05 0.22
HSL 303.91º 0.55% 0.51% -
HSV(B) 303.91º 0.7% 0.78% -
XYZ 34.09 18.91 50 -
YUV 115.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 198 60 189 0 0.70 0.05 0.22 303.91 0.55 0.51
Hex C6 3C BD 0 46 5 16 130 37 33
Octal 306 74 275 0 106 5 26 460 67 63
Binary 11000110 111100 10111101 0 1000110 101 10110 100110000 110111 110011

Color Harmonies of #C63CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CBD

Black with #C63CBD

Text Example


Text Example

White with #C63CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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