Html Css Color HEX #CC6BBA Fuchsia

📋 copy color: '#CC6BBA'

red 204 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #CC6BBA

Tints of Fuchsia #CC6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 41.05%
G = 21.53%
B = 37.42%

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

#CC6BBA (or 0xCC6BBA) is known color: Fuchsia. HEX triplet: CC, 6B and BA. RGB value is (204,107,186). Sum of RGB (Red+Green+Blue) = 204+107+186=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BBA is #339445. Grayscale: #909090. Windows color (decimal): -3380294 or 12217292. OLE color: 12217292.

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

Color convert

RGB 204 107 186 -
CMYK 0 0.48 0.09 0.2
HSL 311.13º 0.49% 0.61% -
HSV(B) 311.13º 0.48% 0.8% -
XYZ 39.02 26.9 49.59 -
YUV 145.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 204 107 186 0 0.48 0.09 0.2 311.13 0.49 0.61
Hex CC 6B BA 0 30 9 14 137 31 3D
Octal 314 153 272 0 60 11 24 467 61 75
Binary 11001100 1101011 10111010 0 110000 1001 10100 100110111 110001 111101

Color Harmonies of #CC6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BBA

Black with #CC6BBA

Text Example


Text Example

White with #CC6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BBA; }

 p { color: rgb(204,107,186); }

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

background-color css

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

 a { background-color: rgb(204,107,186); }

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

border-color css

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

 span { border-color: rgb(204,107,186); }

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