Html Css Color HEX #C63DC4 Fuchsia

📋 copy color: '#C63DC4'

red 198 ◦ green 61 ◦ blue 196

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

Shades of Fuchsia #C63DC4

Tints of Fuchsia #C63DC4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.41%

 BLUE value IS 196 (76.95% from 255) = 43.08%

R = 43.52%
G = 13.41%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C63DC4 (or 0xC63DC4) is known color: Fuchsia. HEX triplet: C6, 3D and C4. RGB value is (198,61,196). Sum of RGB (Red+Green+Blue) = 198+61+196=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DC4 is #39C23B. Grayscale: #747474. Windows color (decimal): -3785276 or 12860870. OLE color: 12860870.

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

Color convert

RGB 198 61 196 -
CMYK 0 0.69 0.01 0.22
HSL 300.88º 0.55% 0.51% -
HSV(B) 300.88º 0.69% 0.78% -
XYZ 34.92 19.33 54.11 -
YUV 117.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 198 61 196 0 0.69 0.01 0.22 300.88 0.55 0.51
Hex C6 3D C4 0 45 1 16 12D 37 33
Octal 306 75 304 0 105 1 26 455 67 63
Binary 11000110 111101 11000100 0 1000101 1 10110 100101101 110111 110011

Color Harmonies of #C63DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DC4

Black with #C63DC4

Text Example


Text Example

White with #C63DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DC4; }

 p { color: rgb(198,61,196); }

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

background-color css

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

 a { background-color: rgb(198,61,196); }

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

border-color css

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

 span { border-color: rgb(198,61,196); }

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