Html Css Color HEX #C970B5 Fuchsia

📋 copy color: '#C970B5'

red 201 ◦ green 112 ◦ blue 181

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

Shades of Fuchsia #C970B5

Tints of Fuchsia #C970B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 40.69%
G = 22.67%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C970B5 (or 0xC970B5) is known color: Fuchsia. HEX triplet: C9, 70 and B5. RGB value is (201,112,181). Sum of RGB (Red+Green+Blue) = 201+112+181=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970B5 is #368F4A. Grayscale: #929292. Windows color (decimal): -3575627 or 11890889. OLE color: 11890889.

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

Color convert

RGB 201 112 181 -
CMYK 0 0.44 0.10 0.21
HSL 313.48º 0.45% 0.61% -
HSV(B) 313.48º 0.44% 0.79% -
XYZ 38.22 27.34 46.98 -
YUV 146.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 201 112 181 0 0.44 0.10 0.21 313.48 0.45 0.61
Hex C9 70 B5 0 2C A 15 139 2D 3D
Octal 311 160 265 0 54 12 25 471 55 75
Binary 11001001 1110000 10110101 0 101100 1010 10101 100111001 101101 111101

Color Harmonies of #C970B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970B5

Black with #C970B5

Text Example


Text Example

White with #C970B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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