Html Css Color HEX #C248CD Fuchsia

📋 copy color: '#C248CD'

red 194 ◦ green 72 ◦ blue 205

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

Shades of Fuchsia #C248CD

Tints of Fuchsia #C248CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 41.19%
G = 15.29%
B = 43.52%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C248CD (or 0xC248CD) is known color: Fuchsia. HEX triplet: C2, 48 and CD. RGB value is (194,72,205). Sum of RGB (Red+Green+Blue) = 194+72+205=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C248CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248CD is #3DB732. Grayscale: #7B7B7B. Windows color (decimal): -4044595 or 13453506. OLE color: 13453506.

HSL color Cylindrical-coordinate representation of color #C248CD: hue angle of 295.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C248CD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 72 205 -
CMYK 0.05 0.65 0 0.20
HSL 295.04º 0.57% 0.54% -
HSV(B) 295.04º 0.65% 0.8% -
XYZ 35.58 20.51 59.84 -
YUV 123.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 194 72 205 0.05 0.65 0 0.20 295.04 0.57 0.54
Hex C2 48 CD 5 41 0 14 127 39 36
Octal 302 110 315 5 101 0 24 447 71 66
Binary 11000010 1001000 11001101 101 1000001 0 10100 100100111 111001 110110

Color Harmonies of #C248CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248CD

Black with #C248CD

Text Example


Text Example

White with #C248CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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