Html Css Color HEX #C63AB4 Fuchsia

📋 copy color: '#C63AB4'

red 198 ◦ green 58 ◦ blue 180

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

Shades of Fuchsia #C63AB4

Tints of Fuchsia #C63AB4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 45.41%
G = 13.3%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C63AB4 (or 0xC63AB4) is known color: Fuchsia. HEX triplet: C6, 3A and B4. RGB value is (198,58,180). Sum of RGB (Red+Green+Blue) = 198+58+180=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AB4 is #39C54B. Grayscale: #717171. Windows color (decimal): -3786060 or 11811526. OLE color: 11811526.

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

Color convert

RGB 198 58 180 -
CMYK 0 0.71 0.09 0.22
HSL 307.71º 0.55% 0.5% -
HSV(B) 307.71º 0.71% 0.78% -
XYZ 33.04 18.33 44.98 -
YUV 113.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 198 58 180 0 0.71 0.09 0.22 307.71 0.55 0.5
Hex C6 3A B4 0 47 9 16 134 37 32
Octal 306 72 264 0 107 11 26 464 67 62
Binary 11000110 111010 10110100 0 1000111 1001 10110 100110100 110111 110010

Color Harmonies of #C63AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AB4

Black with #C63AB4

Text Example


Text Example

White with #C63AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AB4; }

 p { color: rgb(198,58,180); }

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

background-color css

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

 a { background-color: rgb(198,58,180); }

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

border-color css

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

 span { border-color: rgb(198,58,180); }

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