Html Css Color HEX #C755CD Fuchsia

📋 copy color: '#C755CD'

red 199 ◦ green 85 ◦ blue 205

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

Shades of Fuchsia #C755CD

Tints of Fuchsia #C755CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 40.7%
G = 17.38%
B = 41.92%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C755CD (or 0xC755CD) is known color: Fuchsia. HEX triplet: C7, 55 and CD. RGB value is (199,85,205). Sum of RGB (Red+Green+Blue) = 199+85+205=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C755CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755CD is #38AA32. Grayscale: #848484. Windows color (decimal): -3713587 or 13456839. OLE color: 13456839.

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

Color convert

RGB 199 85 205 -
CMYK 0.03 0.59 0 0.20
HSL 297º 0.55% 0.57% -
HSV(B) 297º 0.59% 0.8% -
XYZ 37.82 23.05 60.21 -
YUV 132.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 199 85 205 0.03 0.59 0 0.20 297 0.55 0.57
Hex C7 55 CD 3 3B 0 14 129 37 39
Octal 307 125 315 3 73 0 24 451 67 71
Binary 11000111 1010101 11001101 11 111011 0 10100 100101001 110111 111001

Color Harmonies of #C755CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755CD

Black with #C755CD

Text Example


Text Example

White with #C755CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755CD; }

 p { color: rgb(199,85,205); }

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

background-color css

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

 a { background-color: rgb(199,85,205); }

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

border-color css

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

 span { border-color: rgb(199,85,205); }

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