Html Css Color HEX #C338AF Fuchsia

📋 copy color: '#C338AF'

red 195 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #C338AF

Tints of Fuchsia #C338AF

RGB

 RED value IS 195 (76.56% from 255) = 45.77%

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

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

R = 45.77%
G = 13.15%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C338AF (or 0xC338AF) is known color: Fuchsia. HEX triplet: C3, 38 and AF. RGB value is (195,56,175). Sum of RGB (Red+Green+Blue) = 195+56+175=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C338AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338AF is #3CC750. Grayscale: #6E6E6E. Windows color (decimal): -3983185 or 11483331. OLE color: 11483331.

HSL color Cylindrical-coordinate representation of color #C338AF: hue angle of 308.63º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C338AF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 175 -
CMYK 0 0.71 0.10 0.24
HSL 308.63º 0.55% 0.49% -
HSV(B) 308.63º 0.71% 0.76% -
XYZ 31.66 17.53 42.27 -
YUV 111.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 195 56 175 0 0.71 0.10 0.24 308.63 0.55 0.49
Hex C3 38 AF 0 47 A 18 135 37 31
Octal 303 70 257 0 107 12 30 465 67 61
Binary 11000011 111000 10101111 0 1000111 1010 11000 100110101 110111 110001

Color Harmonies of #C338AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338AF

Black with #C338AF

Text Example


Text Example

White with #C338AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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