Html Css Color HEX #C751CB Fuchsia

📋 copy color: '#C751CB'

red 199 ◦ green 81 ◦ blue 203

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

Shades of Fuchsia #C751CB

Tints of Fuchsia #C751CB

RGB

 RED value IS 199 (78.13% from 255) = 41.2%

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 41.2%
G = 16.77%
B = 42.03%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C751CB (or 0xC751CB) is known color: Fuchsia. HEX triplet: C7, 51 and CB. RGB value is (199,81,203). Sum of RGB (Red+Green+Blue) = 199+81+203=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C751CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751CB is #38AE34. Grayscale: #818181. Windows color (decimal): -3714613 or 13324743. OLE color: 13324743.

HSL color Cylindrical-coordinate representation of color #C751CB: hue angle of 298.03º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C751CB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 81 203 -
CMYK 0.02 0.60 0 0.20
HSL 298.03º 0.54% 0.56% -
HSV(B) 298.03º 0.6% 0.8% -
XYZ 37.28 22.34 58.85 -
YUV 130.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 199 81 203 0.02 0.60 0 0.20 298.03 0.54 0.56
Hex C7 51 CB 2 3C 0 14 12A 36 38
Octal 307 121 313 2 74 0 24 452 66 70
Binary 11000111 1010001 11001011 10 111100 0 10100 100101010 110110 111000

Color Harmonies of #C751CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751CB

Black with #C751CB

Text Example


Text Example

White with #C751CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751CB; }

 p { color: rgb(199,81,203); }

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

background-color css

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

 a { background-color: rgb(199,81,203); }

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

border-color css

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

 span { border-color: rgb(199,81,203); }

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