Html Css Color HEX #CD306C Cerise

📋 copy color: '#CD306C'

red 205 ◦ green 48 ◦ blue 108

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

Shades of Cerise #CD306C

Tints of Cerise #CD306C

RGB

 RED value IS 205 (80.47% from 255) = 56.79%

 GREEN value IS 48 (19.14% from 255) = 13.3%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 56.79%
G = 13.3%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD306C (or 0xCD306C) is known color: Cerise. HEX triplet: CD, 30 and 6C. RGB value is (205,48,108). Sum of RGB (Red+Green+Blue) = 205+48+108=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD306C is #32CF93. Grayscale: #656565. Windows color (decimal): -3329940 or 7090381. OLE color: 7090381.

HSL color Cylindrical-coordinate representation of color #CD306C: hue angle of 337.07º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD306C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 48 108 -
CMYK 0 0.77 0.47 0.20
HSL 337.07º 0.62% 0.5% -
HSV(B) 337.07º 0.77% 0.8% -
XYZ 28.94 16.18 15.78 -
YUV 101.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 205 48 108 0 0.77 0.47 0.20 337.07 0.62 0.5
Hex CD 30 6C 0 4D 2F 14 151 3E 32
Octal 315 60 154 0 115 57 24 521 76 62
Binary 11001101 110000 1101100 0 1001101 101111 10100 101010001 111110 110010

Color Harmonies of #CD306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD306C

Black with #CD306C

Text Example


Text Example

White with #CD306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD306C; }

 p { color: rgb(205,48,108); }

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

background-color css

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

 a { background-color: rgb(205,48,108); }

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

border-color css

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

 span { border-color: rgb(205,48,108); }

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