Html Css Color HEX #CC69BC Fuchsia

📋 copy color: '#CC69BC'

red 204 ◦ green 105 ◦ blue 188

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

Shades of Fuchsia #CC69BC

Tints of Fuchsia #CC69BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 41.05%
G = 21.13%
B = 37.83%

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

#CC69BC (or 0xCC69BC) is known color: Fuchsia. HEX triplet: CC, 69 and BC. RGB value is (204,105,188). Sum of RGB (Red+Green+Blue) = 204+105+188=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69BC is #339643. Grayscale: #8F8F8F. Windows color (decimal): -3380804 or 12347852. OLE color: 12347852.

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

Color convert

RGB 204 105 188 -
CMYK 0 0.49 0.08 0.2
HSL 309.7º 0.49% 0.61% -
HSV(B) 309.7º 0.49% 0.8% -
XYZ 39.03 26.57 50.65 -
YUV 144.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 204 105 188 0 0.49 0.08 0.2 309.7 0.49 0.61
Hex CC 69 BC 0 31 8 14 136 31 3D
Octal 314 151 274 0 61 10 24 466 61 75
Binary 11001100 1101001 10111100 0 110001 1000 10100 100110110 110001 111101

Color Harmonies of #CC69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69BC

Black with #CC69BC

Text Example


Text Example

White with #CC69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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