Html Css Color HEX #C970B9 Fuchsia

📋 copy color: '#C970B9'

red 201 ◦ green 112 ◦ blue 185

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

Shades of Fuchsia #C970B9

Tints of Fuchsia #C970B9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.49%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 40.36%
G = 22.49%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C970B9 (or 0xC970B9) is known color: Fuchsia. HEX triplet: C9, 70 and B9. RGB value is (201,112,185). Sum of RGB (Red+Green+Blue) = 201+112+185=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970B9 is #368F46. Grayscale: #929292. Windows color (decimal): -3575623 or 12153033. OLE color: 12153033.

HSL color Cylindrical-coordinate representation of color #C970B9: hue angle of 310.79º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970B9 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 185 -
CMYK 0 0.44 0.08 0.21
HSL 310.79º 0.45% 0.61% -
HSV(B) 310.79º 0.44% 0.79% -
XYZ 38.64 27.51 49.17 -
YUV 146.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 201 112 185 0 0.44 0.08 0.21 310.79 0.45 0.61
Hex C9 70 B9 0 2C 8 15 137 2D 3D
Octal 311 160 271 0 54 10 25 467 55 75
Binary 11001001 1110000 10111001 0 101100 1000 10101 100110111 101101 111101

Color Harmonies of #C970B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970B9

Black with #C970B9

Text Example


Text Example

White with #C970B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970B9; }

 p { color: rgb(201,112,185); }

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

background-color css

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

 a { background-color: rgb(201,112,185); }

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

border-color css

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

 span { border-color: rgb(201,112,185); }

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