Html Css Color HEX #C735CF Fuchsia

📋 copy color: '#C735CF'

red 199 ◦ green 53 ◦ blue 207

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

Shades of Fuchsia #C735CF

Tints of Fuchsia #C735CF

RGB

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

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

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

R = 43.36%
G = 11.55%
B = 45.1%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C735CF (or 0xC735CF) is known color: Fuchsia. HEX triplet: C7, 35 and CF. RGB value is (199,53,207). Sum of RGB (Red+Green+Blue) = 199+53+207=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #C735CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735CF is #38CA30. Grayscale: #717171. Windows color (decimal): -3721777 or 13579719. OLE color: 13579719.

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

Color convert

RGB 199 53 207 -
CMYK 0.04 0.74 0 0.19
HSL 296.88º 0.62% 0.51% -
HSV(B) 296.88º 0.74% 0.81% -
XYZ 36.09 19.19 60.83 -
YUV 114.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 199 53 207 0.04 0.74 0 0.19 296.88 0.62 0.51
Hex C7 35 CF 4 4A 0 13 129 3E 33
Octal 307 65 317 4 112 0 23 451 76 63
Binary 11000111 110101 11001111 100 1001010 0 10011 100101001 111110 110011

Color Harmonies of #C735CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735CF

Black with #C735CF

Text Example


Text Example

White with #C735CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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