Html Css Color HEX #C94CB7 Fuchsia

📋 copy color: '#C94CB7'

red 201 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #C94CB7

Tints of Fuchsia #C94CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 43.7%
G = 16.52%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C94CB7 (or 0xC94CB7) is known color: Fuchsia. HEX triplet: C9, 4C and B7. RGB value is (201,76,183). Sum of RGB (Red+Green+Blue) = 201+76+183=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CB7 is #36B348. Grayscale: #7D7D7D. Windows color (decimal): -3584841 or 12012745. OLE color: 12012745.

HSL color Cylindrical-coordinate representation of color #C94CB7: hue angle of 308.64º 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 #C94CB7 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 183 -
CMYK 0 0.62 0.09 0.21
HSL 308.64º 0.54% 0.54% -
HSV(B) 308.64º 0.62% 0.79% -
XYZ 35.22 21.01 47 -
YUV 125.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 201 76 183 0 0.62 0.09 0.21 308.64 0.54 0.54
Hex C9 4C B7 0 3E 9 15 135 36 36
Octal 311 114 267 0 76 11 25 465 66 66
Binary 11001001 1001100 10110111 0 111110 1001 10101 100110101 110110 110110

Color Harmonies of #C94CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CB7

Black with #C94CB7

Text Example


Text Example

White with #C94CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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