Html Css Color HEX #C735D0 Fuchsia

📋 copy color: '#C735D0'

red 199 ◦ green 53 ◦ blue 208

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

Shades of Fuchsia #C735D0

Tints of Fuchsia #C735D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 43.26%
G = 11.52%
B = 45.22%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C735D0 (or 0xC735D0) is known color: Fuchsia. HEX triplet: C7, 35 and D0. RGB value is (199,53,208). Sum of RGB (Red+Green+Blue) = 199+53+208=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #C735D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735D0 is #38CA2F. Grayscale: #717171. Windows color (decimal): -3721776 or 13645255. OLE color: 13645255.

HSL color Cylindrical-coordinate representation of color #C735D0: hue angle of 296.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C735D0 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 53 208 -
CMYK 0.04 0.75 0 0.18
HSL 296.52º 0.62% 0.51% -
HSV(B) 296.52º 0.75% 0.82% -
XYZ 36.21 19.24 61.48 -
YUV 114.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 199 53 208 0.04 0.75 0 0.18 296.52 0.62 0.51
Hex C7 35 D0 4 4B 0 12 129 3E 33
Octal 307 65 320 4 113 0 22 451 76 63
Binary 11000111 110101 11010000 100 1001011 0 10010 100101001 111110 110011

Color Harmonies of #C735D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735D0

Black with #C735D0

Text Example


Text Example

White with #C735D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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