Html Css Color HEX #CC6AB9 Fuchsia

📋 copy color: '#CC6AB9'

red 204 ◦ green 106 ◦ blue 185

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

Shades of Fuchsia #CC6AB9

Tints of Fuchsia #CC6AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.41%

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

R = 41.21%
G = 21.41%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC6AB9 (or 0xCC6AB9) is known color: Fuchsia. HEX triplet: CC, 6A and B9. RGB value is (204,106,185). Sum of RGB (Red+Green+Blue) = 204+106+185=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AB9 is #339546. Grayscale: #909090. Windows color (decimal): -3380551 or 12151500. OLE color: 12151500.

HSL color Cylindrical-coordinate representation of color #CC6AB9: hue angle of 311.63º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AB9 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 185 -
CMYK 0 0.48 0.09 0.2
HSL 311.63º 0.49% 0.61% -
HSV(B) 311.63º 0.48% 0.8% -
XYZ 38.81 26.65 49 -
YUV 144.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 204 106 185 0 0.48 0.09 0.2 311.63 0.49 0.61
Hex CC 6A B9 0 30 9 14 138 31 3D
Octal 314 152 271 0 60 11 24 470 61 75
Binary 11001100 1101010 10111001 0 110000 1001 10100 100111000 110001 111101

Color Harmonies of #CC6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AB9

Black with #CC6AB9

Text Example


Text Example

White with #CC6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AB9; }

 p { color: rgb(204,106,185); }

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

background-color css

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

 a { background-color: rgb(204,106,185); }

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

border-color css

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

 span { border-color: rgb(204,106,185); }

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