Html Css Color HEX #C235AF Fuchsia

📋 copy color: '#C235AF'

red 194 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #C235AF

Tints of Fuchsia #C235AF

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

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

R = 45.97%
G = 12.56%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C235AF (or 0xC235AF) is known color: Fuchsia. HEX triplet: C2, 35 and AF. RGB value is (194,53,175). Sum of RGB (Red+Green+Blue) = 194+53+175=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C235AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235AF is #3DCA50. Grayscale: #6C6C6C. Windows color (decimal): -4049489 or 11482562. OLE color: 11482562.

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

Color convert

RGB 194 53 175 -
CMYK 0 0.73 0.10 0.24
HSL 308.09º 0.57% 0.48% -
HSV(B) 308.09º 0.73% 0.76% -
XYZ 31.26 17.11 42.21 -
YUV 109.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 194 53 175 0 0.73 0.10 0.24 308.09 0.57 0.48
Hex C2 35 AF 0 49 A 18 134 39 30
Octal 302 65 257 0 111 12 30 464 71 60
Binary 11000010 110101 10101111 0 1001001 1010 11000 100110100 111001 110000

Color Harmonies of #C235AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235AF

Black with #C235AF

Text Example


Text Example

White with #C235AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235AF; }

 p { color: rgb(194,53,175); }

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

background-color css

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

 a { background-color: rgb(194,53,175); }

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

border-color css

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

 span { border-color: rgb(194,53,175); }

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