Html Css Color HEX #C63BC7 Fuchsia

📋 copy color: '#C63BC7'

red 198 ◦ green 59 ◦ blue 199

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

Shades of Fuchsia #C63BC7

Tints of Fuchsia #C63BC7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.94%

 BLUE value IS 199 (78.13% from 255) = 43.64%

R = 43.42%
G = 12.94%
B = 43.64%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C63BC7 (or 0xC63BC7) is known color: Fuchsia. HEX triplet: C6, 3B and C7. RGB value is (198,59,199). Sum of RGB (Red+Green+Blue) = 198+59+199=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #C63BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BC7 is #39C438. Grayscale: #747474. Windows color (decimal): -3785785 or 13056966. OLE color: 13056966.

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

Color convert

RGB 198 59 199 -
CMYK 0.01 0.70 0 0.22
HSL 299.57º 0.56% 0.51% -
HSV(B) 299.57º 0.7% 0.78% -
XYZ 35.16 19.26 55.9 -
YUV 116.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 198 59 199 0.01 0.70 0 0.22 299.57 0.56 0.51
Hex C6 3B C7 1 46 0 16 12C 38 33
Octal 306 73 307 1 106 0 26 454 70 63
Binary 11000110 111011 11000111 1 1000110 0 10110 100101100 111000 110011

Color Harmonies of #C63BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BC7

Black with #C63BC7

Text Example


Text Example

White with #C63BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BC7; }

 p { color: rgb(198,59,199); }

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

background-color css

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

 a { background-color: rgb(198,59,199); }

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

border-color css

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

 span { border-color: rgb(198,59,199); }

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