Html Css Color HEX #C735CD Fuchsia

📋 copy color: '#C735CD'

red 199 ◦ green 53 ◦ blue 205

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

Shades of Fuchsia #C735CD

Tints of Fuchsia #C735CD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.6%

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

R = 43.54%
G = 11.6%
B = 44.86%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C735CD (or 0xC735CD) is known color: Fuchsia. HEX triplet: C7, 35 and CD. RGB value is (199,53,205). Sum of RGB (Red+Green+Blue) = 199+53+205=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C735CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735CD is #38CA32. Grayscale: #717171. Windows color (decimal): -3721779 or 13448647. OLE color: 13448647.

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

Color convert

RGB 199 53 205 -
CMYK 0.03 0.74 0 0.20
HSL 297.63º 0.6% 0.51% -
HSV(B) 297.63º 0.74% 0.8% -
XYZ 35.85 19.1 59.55 -
YUV 113.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 199 53 205 0.03 0.74 0 0.20 297.63 0.6 0.51
Hex C7 35 CD 3 4A 0 14 12A 3C 33
Octal 307 65 315 3 112 0 24 452 74 63
Binary 11000111 110101 11001101 11 1001010 0 10100 100101010 111100 110011

Color Harmonies of #C735CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735CD

Black with #C735CD

Text Example


Text Example

White with #C735CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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