Html Css Color HEX #CC70B3 Fuchsia

📋 copy color: '#CC70B3'

red 204 ◦ green 112 ◦ blue 179

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

Shades of Fuchsia #CC70B3

Tints of Fuchsia #CC70B3

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

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

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 41.21%
G = 22.63%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC70B3 (or 0xCC70B3) is known color: Fuchsia. HEX triplet: CC, 70 and B3. RGB value is (204,112,179). Sum of RGB (Red+Green+Blue) = 204+112+179=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70B3 is #338F4C. Grayscale: #929292. Windows color (decimal): -3379021 or 11759820. OLE color: 11759820.

HSL color Cylindrical-coordinate representation of color #CC70B3: hue angle of 316.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC70B3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 179 -
CMYK 0 0.45 0.12 0.2
HSL 316.3º 0.47% 0.62% -
HSV(B) 316.3º 0.45% 0.8% -
XYZ 38.83 27.68 45.94 -
YUV 147.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 204 112 179 0 0.45 0.12 0.2 316.3 0.47 0.62
Hex CC 70 B3 0 2D C 14 13C 2F 3E
Octal 314 160 263 0 55 14 24 474 57 76
Binary 11001100 1110000 10110011 0 101101 1100 10100 100111100 101111 111110

Color Harmonies of #CC70B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70B3

Black with #CC70B3

Text Example


Text Example

White with #CC70B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70B3; }

 p { color: rgb(204,112,179); }

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

background-color css

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

 a { background-color: rgb(204,112,179); }

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

border-color css

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

 span { border-color: rgb(204,112,179); }

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