Html Css Color HEX #C738AF Fuchsia

📋 copy color: '#C738AF'

red 199 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #C738AF

Tints of Fuchsia #C738AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 46.28%
G = 13.02%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C738AF (or 0xC738AF) is known color: Fuchsia. HEX triplet: C7, 38 and AF. RGB value is (199,56,175). Sum of RGB (Red+Green+Blue) = 199+56+175=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C738AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C738AF is #38C750. Grayscale: #6F6F6F. Windows color (decimal): -3721041 or 11483335. OLE color: 11483335.

HSL color Cylindrical-coordinate representation of color #C738AF: hue angle of 310.07º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C738AF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 56 175 -
CMYK 0 0.72 0.12 0.22
HSL 310.07º 0.56% 0.5% -
HSV(B) 310.07º 0.72% 0.78% -
XYZ 32.71 18.07 42.32 -
YUV 112.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 199 56 175 0 0.72 0.12 0.22 310.07 0.56 0.5
Hex C7 38 AF 0 48 C 16 136 38 32
Octal 307 70 257 0 110 14 26 466 70 62
Binary 11000111 111000 10101111 0 1001000 1100 10110 100110110 111000 110010

Color Harmonies of #C738AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C738AF

Black with #C738AF

Text Example


Text Example

White with #C738AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C738AF; }

 p { color: rgb(199,56,175); }

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

background-color css

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

 a { background-color: rgb(199,56,175); }

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

border-color css

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

 span { border-color: rgb(199,56,175); }

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