Html Css Color HEX #C94CB4 Fuchsia

📋 copy color: '#C94CB4'

red 201 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #C94CB4

Tints of Fuchsia #C94CB4

RGB

 RED value IS 201 (78.91% from 255) = 43.98%

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 43.98%
G = 16.63%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C94CB4 (or 0xC94CB4) is known color: Fuchsia. HEX triplet: C9, 4C and B4. RGB value is (201,76,180). Sum of RGB (Red+Green+Blue) = 201+76+180=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CB4 is #36B34B. Grayscale: #7C7C7C. Windows color (decimal): -3584844 or 11816137. OLE color: 11816137.

HSL color Cylindrical-coordinate representation of color #C94CB4: hue angle of 310.08º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94CB4 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 180 -
CMYK 0 0.62 0.10 0.21
HSL 310.08º 0.54% 0.54% -
HSV(B) 310.08º 0.62% 0.79% -
XYZ 34.91 20.88 45.37 -
YUV 125.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 201 76 180 0 0.62 0.10 0.21 310.08 0.54 0.54
Hex C9 4C B4 0 3E A 15 136 36 36
Octal 311 114 264 0 76 12 25 466 66 66
Binary 11001001 1001100 10110100 0 111110 1010 10101 100110110 110110 110110

Color Harmonies of #C94CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CB4

Black with #C94CB4

Text Example


Text Example

White with #C94CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CB4; }

 p { color: rgb(201,76,180); }

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

background-color css

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

 a { background-color: rgb(201,76,180); }

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

border-color css

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

 span { border-color: rgb(201,76,180); }

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