Html Css Color HEX #C63ECB Fuchsia

📋 copy color: '#C63ECB'

red 198 ◦ green 62 ◦ blue 203

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

Shades of Fuchsia #C63ECB

Tints of Fuchsia #C63ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.39%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 42.76%
G = 13.39%
B = 43.84%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C63ECB (or 0xC63ECB) is known color: Fuchsia. HEX triplet: C6, 3E and CB. RGB value is (198,62,203). Sum of RGB (Red+Green+Blue) = 198+62+203=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ECB is #39C134. Grayscale: #767676. Windows color (decimal): -3785013 or 13319878. OLE color: 13319878.

HSL color Cylindrical-coordinate representation of color #C63ECB: hue angle of 297.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63ECB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 62 203 -
CMYK 0.02 0.69 0 0.20
HSL 297.87º 0.58% 0.52% -
HSV(B) 297.87º 0.69% 0.8% -
XYZ 35.79 19.76 58.43 -
YUV 118.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 198 62 203 0.02 0.69 0 0.20 297.87 0.58 0.52
Hex C6 3E CB 2 45 0 14 12A 3A 34
Octal 306 76 313 2 105 0 24 452 72 64
Binary 11000110 111110 11001011 10 1000101 0 10100 100101010 111010 110100

Color Harmonies of #C63ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ECB

Black with #C63ECB

Text Example


Text Example

White with #C63ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ECB; }

 p { color: rgb(198,62,203); }

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

background-color css

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

 a { background-color: rgb(198,62,203); }

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

border-color css

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

 span { border-color: rgb(198,62,203); }

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