Html Css Color HEX #C562CB Fuchsia

📋 copy color: '#C562CB'

red 197 ◦ green 98 ◦ blue 203

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

Shades of Fuchsia #C562CB

Tints of Fuchsia #C562CB

RGB

 RED value IS 197 (77.34% from 255) = 39.56%

 GREEN value IS 98 (38.67% from 255) = 19.68%

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

R = 39.56%
G = 19.68%
B = 40.76%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C562CB (or 0xC562CB) is known color: Fuchsia. HEX triplet: C5, 62 and CB. RGB value is (197,98,203). Sum of RGB (Red+Green+Blue) = 197+98+203=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C562CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562CB is #3A9D34. Grayscale: #8B8B8B. Windows color (decimal): -3841333 or 13329093. OLE color: 13329093.

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

Color convert

RGB 197 98 203 -
CMYK 0.03 0.52 0 0.20
HSL 296.57º 0.5% 0.59% -
HSV(B) 296.57º 0.52% 0.8% -
XYZ 38.17 24.92 59.3 -
YUV 139.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 197 98 203 0.03 0.52 0 0.20 296.57 0.5 0.59
Hex C5 62 CB 3 34 0 14 129 32 3B
Octal 305 142 313 3 64 0 24 451 62 73
Binary 11000101 1100010 11001011 11 110100 0 10100 100101001 110010 111011

Color Harmonies of #C562CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562CB

Black with #C562CB

Text Example


Text Example

White with #C562CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562CB; }

 p { color: rgb(197,98,203); }

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

background-color css

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

 a { background-color: rgb(197,98,203); }

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

border-color css

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

 span { border-color: rgb(197,98,203); }

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