Html Css Color HEX #C63FCB Fuchsia

📋 copy color: '#C63FCB'

red 198 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #C63FCB

Tints of Fuchsia #C63FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.58%

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

R = 42.67%
G = 13.58%
B = 43.75%

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

#C63FCB (or 0xC63FCB) is known color: Fuchsia. HEX triplet: C6, 3F and CB. RGB value is (198,63,203). Sum of RGB (Red+Green+Blue) = 198+63+203=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCB is #39C034. Grayscale: #767676. Windows color (decimal): -3784757 or 13320134. OLE color: 13320134.

HSL color Cylindrical-coordinate representation of color #C63FCB: hue angle of 297.86º degrees, saturation: 0.57, 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 #C63FCB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 63 203 -
CMYK 0.02 0.69 0 0.20
HSL 297.86º 0.57% 0.52% -
HSV(B) 297.86º 0.69% 0.8% -
XYZ 35.85 19.87 58.45 -
YUV 119.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 198 63 203 0.02 0.69 0 0.20 297.86 0.57 0.52
Hex C6 3F CB 2 45 0 14 12A 39 34
Octal 306 77 313 2 105 0 24 452 71 64
Binary 11000110 111111 11001011 10 1000101 0 10100 100101010 111001 110100

Color Harmonies of #C63FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FCB

Black with #C63FCB

Text Example


Text Example

White with #C63FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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