Html Css Color HEX #C751CF Fuchsia

📋 copy color: '#C751CF'

red 199 ◦ green 81 ◦ blue 207

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

Shades of Fuchsia #C751CF

Tints of Fuchsia #C751CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 40.86%
G = 16.63%
B = 42.51%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C751CF (or 0xC751CF) is known color: Fuchsia. HEX triplet: C7, 51 and CF. RGB value is (199,81,207). Sum of RGB (Red+Green+Blue) = 199+81+207=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C751CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751CF is #38AE30. Grayscale: #828282. Windows color (decimal): -3714609 or 13586887. OLE color: 13586887.

HSL color Cylindrical-coordinate representation of color #C751CF: hue angle of 296.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C751CF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 81 207 -
CMYK 0.04 0.61 0 0.19
HSL 296.19º 0.57% 0.56% -
HSV(B) 296.19º 0.61% 0.81% -
XYZ 37.76 22.53 61.39 -
YUV 130.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 199 81 207 0.04 0.61 0 0.19 296.19 0.57 0.56
Hex C7 51 CF 4 3D 0 13 128 39 38
Octal 307 121 317 4 75 0 23 450 71 70
Binary 11000111 1010001 11001111 100 111101 0 10011 100101000 111001 111000

Color Harmonies of #C751CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751CF

Black with #C751CF

Text Example


Text Example

White with #C751CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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