Html Css Color HEX #C248AF Fuchsia

📋 copy color: '#C248AF'

red 194 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #C248AF

Tints of Fuchsia #C248AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

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

R = 43.99%
G = 16.33%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C248AF (or 0xC248AF) is known color: Fuchsia. HEX triplet: C2, 48 and AF. RGB value is (194,72,175). Sum of RGB (Red+Green+Blue) = 194+72+175=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C248AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248AF is #3DB750. Grayscale: #777777. Windows color (decimal): -4044625 or 11487426. OLE color: 11487426.

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

Color convert

RGB 194 72 175 -
CMYK 0 0.63 0.10 0.24
HSL 309.34º 0.5% 0.52% -
HSV(B) 309.34º 0.63% 0.76% -
XYZ 32.3 19.2 42.56 -
YUV 120.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 194 72 175 0 0.63 0.10 0.24 309.34 0.5 0.52
Hex C2 48 AF 0 3F A 18 135 32 34
Octal 302 110 257 0 77 12 30 465 62 64
Binary 11000010 1001000 10101111 0 111111 1010 11000 100110101 110010 110100

Color Harmonies of #C248AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248AF

Black with #C248AF

Text Example


Text Example

White with #C248AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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