Html Css Color HEX #CC69BB Fuchsia

📋 copy color: '#CC69BB'

red 204 ◦ green 105 ◦ blue 187

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

Shades of Fuchsia #CC69BB

Tints of Fuchsia #CC69BB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 41.13%
G = 21.17%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC69BB (or 0xCC69BB) is known color: Fuchsia. HEX triplet: CC, 69 and BB. RGB value is (204,105,187). Sum of RGB (Red+Green+Blue) = 204+105+187=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69BB is #339644. Grayscale: #8F8F8F. Windows color (decimal): -3380805 or 12282316. OLE color: 12282316.

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

Color convert

RGB 204 105 187 -
CMYK 0 0.49 0.08 0.2
HSL 310.3º 0.49% 0.61% -
HSV(B) 310.3º 0.49% 0.8% -
XYZ 38.92 26.53 50.08 -
YUV 143.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 204 105 187 0 0.49 0.08 0.2 310.3 0.49 0.61
Hex CC 69 BB 0 31 8 14 136 31 3D
Octal 314 151 273 0 61 10 24 466 61 75
Binary 11001100 1101001 10111011 0 110001 1000 10100 100110110 110001 111101

Color Harmonies of #CC69BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69BB

Black with #CC69BB

Text Example


Text Example

White with #CC69BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69BB; }

 p { color: rgb(204,105,187); }

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

background-color css

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

 a { background-color: rgb(204,105,187); }

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

border-color css

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

 span { border-color: rgb(204,105,187); }

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