Html Css Color HEX #C63CB7 Fuchsia

📋 copy color: '#C63CB7'

red 198 ◦ green 60 ◦ blue 183

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

Shades of Fuchsia #C63CB7

Tints of Fuchsia #C63CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 44.9%
G = 13.61%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C63CB7 (or 0xC63CB7) is known color: Fuchsia. HEX triplet: C6, 3C and B7. RGB value is (198,60,183). Sum of RGB (Red+Green+Blue) = 198+60+183=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CB7 is #39C348. Grayscale: #727272. Windows color (decimal): -3785545 or 12008646. OLE color: 12008646.

HSL color Cylindrical-coordinate representation of color #C63CB7: hue angle of 306.52º 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 #C63CB7 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 183 -
CMYK 0 0.70 0.08 0.22
HSL 306.52º 0.55% 0.51% -
HSV(B) 306.52º 0.7% 0.78% -
XYZ 33.45 18.66 46.64 -
YUV 115.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 198 60 183 0 0.70 0.08 0.22 306.52 0.55 0.51
Hex C6 3C B7 0 46 8 16 133 37 33
Octal 306 74 267 0 106 10 26 463 67 63
Binary 11000110 111100 10110111 0 1000110 1000 10110 100110011 110111 110011

Color Harmonies of #C63CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CB7

Black with #C63CB7

Text Example


Text Example

White with #C63CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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