Html Css Color HEX #CC69C1 Fuchsia

📋 copy color: '#CC69C1'

red 204 ◦ green 105 ◦ blue 193

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

Shades of Fuchsia #CC69C1

Tints of Fuchsia #CC69C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 40.64%
G = 20.92%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC69C1 (or 0xCC69C1) is known color: Fuchsia. HEX triplet: CC, 69 and C1. RGB value is (204,105,193). Sum of RGB (Red+Green+Blue) = 204+105+193=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69C1 is #33963E. Grayscale: #909090. Windows color (decimal): -3380799 or 12675532. OLE color: 12675532.

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

Color convert

RGB 204 105 193 -
CMYK 0 0.49 0.05 0.2
HSL 306.67º 0.49% 0.61% -
HSV(B) 306.67º 0.49% 0.8% -
XYZ 39.58 26.79 53.54 -
YUV 144.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 204 105 193 0 0.49 0.05 0.2 306.67 0.49 0.61
Hex CC 69 C1 0 31 5 14 133 31 3D
Octal 314 151 301 0 61 5 24 463 61 75
Binary 11001100 1101001 11000001 0 110001 101 10100 100110011 110001 111101

Color Harmonies of #CC69C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69C1

Black with #CC69C1

Text Example


Text Example

White with #CC69C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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