Html Css Color HEX #C75CCD Fuchsia

📋 copy color: '#C75CCD'

red 199 ◦ green 92 ◦ blue 205

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

Shades of Fuchsia #C75CCD

Tints of Fuchsia #C75CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

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

R = 40.12%
G = 18.55%
B = 41.33%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C75CCD (or 0xC75CCD) is known color: Fuchsia. HEX triplet: C7, 5C and CD. RGB value is (199,92,205). Sum of RGB (Red+Green+Blue) = 199+92+205=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CCD is #38A332. Grayscale: #888888. Windows color (decimal): -3711795 or 13458631. OLE color: 13458631.

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

Color convert

RGB 199 92 205 -
CMYK 0.03 0.55 0 0.20
HSL 296.81º 0.53% 0.58% -
HSV(B) 296.81º 0.55% 0.8% -
XYZ 38.4 24.2 60.41 -
YUV 136.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 199 92 205 0.03 0.55 0 0.20 296.81 0.53 0.58
Hex C7 5C CD 3 37 0 14 129 35 3A
Octal 307 134 315 3 67 0 24 451 65 72
Binary 11000111 1011100 11001101 11 110111 0 10100 100101001 110101 111010

Color Harmonies of #C75CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CCD

Black with #C75CCD

Text Example


Text Example

White with #C75CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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