Html Css Color HEX #CC69B7 Fuchsia

📋 copy color: '#CC69B7'

red 204 ◦ green 105 ◦ blue 183

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

Shades of Fuchsia #CC69B7

Tints of Fuchsia #CC69B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 41.46%
G = 21.34%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC69B7 (or 0xCC69B7) is known color: Fuchsia. HEX triplet: CC, 69 and B7. RGB value is (204,105,183). Sum of RGB (Red+Green+Blue) = 204+105+183=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69B7 is #339648. Grayscale: #8F8F8F. Windows color (decimal): -3380809 or 12020172. OLE color: 12020172.

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

Color convert

RGB 204 105 183 -
CMYK 0 0.49 0.10 0.2
HSL 312.73º 0.49% 0.61% -
HSV(B) 312.73º 0.49% 0.8% -
XYZ 38.5 26.36 47.86 -
YUV 143.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 204 105 183 0 0.49 0.10 0.2 312.73 0.49 0.61
Hex CC 69 B7 0 31 A 14 139 31 3D
Octal 314 151 267 0 61 12 24 471 61 75
Binary 11001100 1101001 10110111 0 110001 1010 10100 100111001 110001 111101

Color Harmonies of #CC69B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69B7

Black with #CC69B7

Text Example


Text Example

White with #CC69B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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